Add support for 'long double' number output.
[pspp] / 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 frexpl-nolibm
14 printf-frexp
15 printf-frexpl
16 signbit
17 fpucw
18
19 configure.ac:
20 gl_FUNC_VASNPRINTF_POSIX
21
22 Makefile.am:
23
24 Include:
25 "vasnprintf.h"
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32