Manual: improve out-of-memory documentation.
[gnulib.git] / modules / vasprintf-posix
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation.
3
4 Comment:
5 This module should not be used as a dependency from a test module,
6 otherwise when this module occurs as a tests-related module, it will
7 have side effects on the compilation of the 'vasnprintf' module, if
8 that module occurs among the main modules in lib/.
9
10 Files:
11 m4/vasprintf-posix.m4
12 m4/printf.m4
13
14 Depends-on:
15 vasprintf
16 vasnprintf
17 isnand-nolibm
18 isnanl-nolibm
19 frexp-nolibm
20 frexpl-nolibm
21 printf-frexp
22 printf-frexpl
23 signbit
24 fpucw
25 nocrash
26 printf-safe
27 multiarch
28
29 configure.ac:
30 gl_FUNC_VASPRINTF_POSIX
31
32 Makefile.am:
33
34 Include:
35 "vasprintf.h"
36
37 License:
38 LGPL
39
40 Maintainer:
41 Bruno Haible
42