rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]
[gnulib.git] / modules / vasnprintf
1 Description:
2 vsprintf with automatic memory allocation and bounded output size.
3
4 Files:
5 lib/float+.h
6 lib/printf-args.h
7 lib/printf-args.c
8 lib/printf-parse.h
9 lib/printf-parse.c
10 lib/vasnprintf.h
11 lib/vasnprintf.c
12 lib/asnprintf.c
13 m4/wchar_t.m4
14 m4/wint_t.m4
15 m4/longlong.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
22 Depends-on:
23 alloca-opt
24 float
25 stdint
26 xsize
27 errno
28 memchr
29 verify
30
31 configure.ac:
32 gl_FUNC_VASNPRINTF
33
34 Makefile.am:
35
36 Include:
37 "vasnprintf.h"
38
39 License:
40 LGPLv2+
41
42 Maintainer:
43 Bruno Haible