Faster determination of the sign of a number.
[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 printf-frexp
14 printf-frexpl
15 signbit
16 fpucw
17
18 configure.ac:
19 gl_FUNC_VASPRINTF_POSIX
20
21 Makefile.am:
22
23 Include:
24 "vasprintf.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31