Distribute all lib/* source files through EXTRA_DIST.
[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.h
7 lib/vsnprintf.c
8 m4/vsnprintf.m4
9
10 Depends-on:
11 vasnprintf
12 minmax
13
14 configure.ac:
15 gl_FUNC_VSNPRINTF
16
17 Makefile.am:
18 EXTRA_DIST += vsnprintf.h vsnprintf.c
19
20 Include:
21 "vsnprintf.h"
22
23 License:
24 LGPL
25
26 Maintainer:
27 Yoann Vandoorselaere