Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
[gnulib.git] / modules / vasnprintf-posix
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation and bounded output
3 size.
4
5 Files:
6 m4/vasnprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 vasnprintf
11 isnan-nolibm
12 isnanl-nolibm
13 frexp-nolibm
14 frexpl-nolibm
15 printf-frexp
16 printf-frexpl
17 signbit
18 fpucw
19 printf-safe
20
21 configure.ac:
22 gl_FUNC_VASNPRINTF_POSIX
23
24 Makefile.am:
25
26 Include:
27 "vasnprintf.h"
28
29 License:
30 LGPL
31
32 Maintainer:
33 Bruno Haible
34