Needs m4/inttypes_h.m4.
[gnulib.git] / modules / vasnprintf
1 Description:
2 vsprintf with automatic memory allocation and bounded output size.
3
4 Files:
5 lib/printf-args.h
6 lib/printf-args.c
7 lib/printf-parse.h
8 lib/printf-parse.c
9 lib/vasnprintf.h
10 lib/vasnprintf.c
11 lib/asnprintf.c
12 m4/signed.m4
13 m4/longdouble.m4
14 m4/wchar_t.m4
15 m4/wint_t.m4
16 m4/longlong.m4
17 m4/intmax_t.m4
18 m4/inttypes_h.m4
19 m4/eoverflow.m4
20 m4/vasnprintf.m4
21
22 Depends-on:
23 alloca
24 xsize
25
26 configure.ac:
27 gl_FUNC_VASNPRINTF
28
29 Makefile.am:
30 lib_SOURCES += printf-args.h printf-parse.h vasnprintf.h
31
32 Include:
33 "vasnprintf.h"
34
35 Maintainer:
36 Bruno Haible
37