summaryrefslogtreecommitdiff
path: root/modules/c-snprintf
blob: 456691d868446673aa513a1865c8497f96fafdc1 (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_snprintf(): print formatted output to a fixed length string in C locale

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

Depends-on:
stdio
c-vasnprintf

configure.ac:
AC_REQUIRE([AC_C_RESTRICT])

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

Include:
"c-snprintf.h"

License:
GPL

Maintainer:
Ben Pfaff