Mention WG14 N3322 in manual
[gnulib.git] / modules / c-vasnprintf
blob53c7babe84436fdaf922c49462bd4da7376ea916
1 Description:
2 Formatted output to strings in C locale.
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/wint_t.m4
15 m4/intmax_t.m4
16 m4/stdint_h.m4
17 m4/inttypes_h.m4
18 m4/vasnprintf.m4
19 m4/printf.m4
20 m4/math_h.m4
21 m4/exponentd.m4
23 Depends-on:
24 assert-h
25 attribute
26 limits-h
27 stdint
28 stdio
29 mixin/printf-posix
30 free-posix
31 nocrash
32 printf-safe
33 alloca-opt
34 xsize
35 errno
36 memchr
37 multiarch
38 mbszero
40 configure.ac:
41 AC_REQUIRE([AC_C_RESTRICT])
42 AC_LIBOBJ([printf-args])
43 AC_LIBOBJ([printf-parse])
44 gl_PREREQ_PRINTF_ARGS
45 gl_PREREQ_PRINTF_PARSE
46 gl_PREREQ_VASNPRINTF_WITH_POSIX_EXTRAS
48 Makefile.am:
49 lib_SOURCES += c-vasnprintf.c
51 Include:
52 "c-vasnprintf.h"
54 License:
55 LGPLv2+
57 Maintainer:
58 all