Add support for 'long double' number output.
[pspp] / modules / vasprintf-posix
1 Description:
2 POSIX compatible vsprintf with automatic memory allocation.
3
4 Files:
5 m4/vasprintf-posix.m4
6 m4/printf.m4
7
8 Depends-on:
9 vasprintf
10 vasnprintf
11 isnan-nolibm
12 isnanl-nolibm
13 frexpl-nolibm
14 printf-frexp
15 printf-frexpl
16 signbit
17 fpucw
18
19 configure.ac:
20 gl_FUNC_VASPRINTF_POSIX
21
22 Makefile.am:
23
24 Include:
25 "vasprintf.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32