Rename isnan, applicable to 'double' only, to isnand.
[gnulib.git] / modules / vsnprintf-posix
1 Description:
2 POSIX compatible vsnprintf() function: print formatted output to a fixed length
3 string
4
5 Files:
6 m4/vsnprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 vsnprintf
11 vasnprintf
12 isnand-nolibm
13 isnanl-nolibm
14 frexp-nolibm
15 frexpl-nolibm
16 printf-frexp
17 printf-frexpl
18 signbit
19 fpucw
20 nocrash
21 printf-safe
22
23 configure.ac:
24 gl_FUNC_VSNPRINTF_POSIX
25
26 Makefile.am:
27
28 Include:
29 <stdio.h>
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible
36