verify: new macro 'assume'
[gnulib.git] / modules / vsnprintf
1 Description:
2 vsnprintf() function: print formatted output from an stdarg argument list
3 to a fixed length string
4
5 Files:
6 lib/vsnprintf.c
7 m4/vsnprintf.m4
8 m4/printf.m4
9
10 Depends-on:
11 stdio
12 vasnprintf      [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
13 errno           [test $ac_cv_func_vsnprintf = no || test $REPLACE_VSNPRINTF = 1]
14
15 configure.ac:
16 gl_FUNC_VSNPRINTF
17 gl_STDIO_MODULE_INDICATOR([vsnprintf])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Yoann Vandoorselaere