Use configmake.
[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
12 configure.ac:
13 gl_FUNC_SNPRINTF
14
15 Makefile.am:
16 lib_SOURCES += snprintf.h
17
18 Include:
19 "snprintf.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Simon Josefsson, Paul Eggert, Bruno Haible