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