New snprintf module from Simon Josefsson.
[gnulib.git] / modules / snprintf
1 Description:
2 snprintf() function: print formatted output to a fixed length string
3
4 Files:
5 lib/snprintf.h
6 lib/snprintf.c
7 m4/snprintf.m4
8
9 Depends-on:
10 vasnprintf
11 minmax
12
13 configure.ac:
14 gl_FUNC_SNPRINTF
15
16 Makefile.am:
17 lib_SOURCES += snprintf.h
18
19 Include:
20 "snprintf.h"
21
22 Maintainer:
23 Simon Josefsson