copy-file: Add functions for copying non-confidential files.
[gnulib.git] / modules / c-vsnprintf
blob9ba2b3657a7b600d8325475060227e230edf0e0e
1 Description:
2 c_vsnprintf(): print formatted output from an stdarg argument list to a
3 fixed length string in C locale
5 Files:
6 lib/c-vsnprintf.h
7 lib/c-vsnprintf.c
9 Depends-on:
10 stdint
11 stdio
12 c-vsnzprintf
14 configure.ac:
15 AC_REQUIRE([AC_C_RESTRICT])
17 Makefile.am:
18 lib_SOURCES += c-vsnprintf.c
20 Include:
21 "c-vsnprintf.h"
23 License:
24 LGPLv2+
26 Maintainer:
27 all