Faster determination of the sign of a number.
[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 isnan-nolibm
13 isnanl-nolibm
14 printf-frexp
15 printf-frexpl
16 signbit
17 fpucw
18
19 configure.ac:
20 gl_FUNC_VSPRINTF_POSIX
21 gl_STDIO_MODULE_INDICATOR([vsprintf-posix])
22
23 Makefile.am:
24
25 Include:
26 <stdio.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33