New module 'fpucw'.
[gnulib.git] / modules / vfprintf-posix
1 Description:
2 POSIX compatible vfprintf() function: print formatted output to a stream
3
4 Files:
5 lib/vfprintf.c
6 m4/vfprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 fseterr
12 vasnprintf
13 isnan-nolibm
14 isnanl-nolibm
15 printf-frexp
16 printf-frexpl
17 fpucw
18
19 configure.ac:
20 gl_FUNC_VFPRINTF_POSIX
21 gl_STDIO_MODULE_INDICATOR([vfprintf-posix])
22
23 Makefile.am:
24
25 Include:
26 <stdio.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible
33