New module 'fpucw'.
[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 isnan-nolibm
13 isnanl-nolibm
14 printf-frexp
15 printf-frexpl
16 fpucw
17
18 configure.ac:
19 gl_FUNC_VSNPRINTF_POSIX
20
21 Makefile.am:
22
23 Include:
24 <stdio.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31