posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / vasnprintf
blob96cd300282efc79bae59a808c6a4783ab80b42cf
1 Description:
2 vsprintf with automatic memory allocation and bounded output size.
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/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 stdio
25 alloca-opt
26 attribute
27 float
28 stdint
29 xsize
30 errno
31 memchr
32 verify
33 wchar
35 configure.ac:
36 AC_REQUIRE([AC_C_RESTRICT])
37 gl_FUNC_VASNPRINTF
39 Makefile.am:
41 Include:
42 "vasnprintf.h"
44 License:
45 LGPLv2+
47 Maintainer:
48 all