repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
c-snprintf
blob
456691d868446673aa513a1865c8497f96fafdc1
1
Description:
2
c_snprintf(): print formatted output to a fixed length string in C locale
3
4
Files:
5
lib/c-snprintf.h
6
lib/c-snprintf.c
7
8
Depends-on:
9
stdio
10
c-vasnprintf
11
12
configure.ac:
13
AC_REQUIRE([AC_C_RESTRICT])
14
15
Makefile.am:
16
lib_SOURCES += c-snprintf.c
17
18
Include:
19
"c-snprintf.h"
20
21
License:
22
GPL
23
24
Maintainer:
25
Ben Pfaff