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
ssfmalloc: Portability to Cygwin.
[gnulib.git]
/
modules
/
c-vasnprintf
blob
5fe1fa7d6e7e12f27ce7bc1b6bd1680d2bcde164
1
Description:
2
Formatted output to strings in C locale.
3
4
Files:
5
lib/c-vasnprintf.h
6
lib/c-vasnprintf.c
7
lib/float+.h
8
lib/printf-args.h
9
lib/printf-args.c
10
lib/printf-parse.h
11
lib/printf-parse.c
12
lib/vasnprintf.h
13
lib/vasnprintf.c
14
m4/wchar_t.m4
15
m4/wint_t.m4
16
m4/intmax_t.m4
17
m4/stdint_h.m4
18
m4/inttypes_h.m4
19
m4/vasnprintf.m4
20
m4/printf.m4
21
m4/math_h.m4
22
m4/exponentd.m4
23
24
Depends-on:
25
attribute
26
isnand-nolibm
27
isnanl-nolibm
28
frexpl-nolibm
29
printf-frexp
30
printf-frexpl
31
signbit
32
fpucw
33
nocrash
34
printf-safe
35
alloca-opt
36
xsize
37
errno
38
memchr
39
multiarch
40
verify
41
42
configure.ac:
43
AC_REQUIRE([AC_C_RESTRICT])
44
gl_PREREQ_VASNPRINTF_WITH_EXTRAS
45
46
Makefile.am:
47
lib_SOURCES += c-vasnprintf.c
48
49
Include:
50
"c-vasnprintf.h"
51
52
License:
53
GPL
54
55
Maintainer:
56
Ben Pfaff