summaryrefslogtreecommitdiff
path: root/modules/c-vsnprintf
blob: b227e92a86cb7226abd7df0583f66dd650f7d064 (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
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:
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