summaryrefslogtreecommitdiff
path: root/modules/c-vsnprintf
blob: eb62fd96911af245c59884239bb01e01e31759d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
c_vsnprintf(): print formatted output from an stdarg argument listto a
fixed length string in C locale

Files:
lib/c-vsnprintf.h
lib/c-vsnprintf.c

Depends-on:
stdio
c-vasnprintf

configure.ac:
AC_REQUIRE([AC_C_RESTRICT])

Makefile.am:
lib_SOURCES += c-vsnprintf.c

Include:
"c-vsnprintf.h"

License:
GPL

Maintainer:
Ben Pfaff