Remove unused dependency.
[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
9 Depends-on:
10 stdio
11 vasnprintf
12
13 configure.ac:
14 gl_FUNC_VSNPRINTF
15 gl_STDIO_MODULE_INDICATOR([vsnprintf])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 Yoann Vandoorselaere