New module 'vsprintf-posix'.
[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
17 configure.ac:
18 gl_FUNC_VSPRINTF_POSIX
19 gl_STDIO_MODULE_INDICATOR([vsprintf-posix])
20
21 Makefile.am:
22
23 Include:
24 <stdio.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible
31