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

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

Include:
"c-vsnprintf.h"

License:
GPL

Maintainer:
Ben Pfaff