Rename isnan, applicable to 'double' only, to isnand.
[gnulib.git] / modules / vsprintf-posix
1 Description:
2 POSIX compatible vsprintf() function: print formatted output to a string
3
4 Files:
5 lib/vsprintf.c
6 m4/vsprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
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 stdint
23
24 configure.ac:
25 gl_FUNC_VSPRINTF_POSIX
26 gl_STDIO_MODULE_INDICATOR([vsprintf-posix])
27
28 Makefile.am:
29
30 Include:
31 <stdio.h>
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible
38