Relicense some modules under LGPLv2+, for libidn2.
[gnulib.git] / modules / snprintf
1 Description:
2 snprintf() function: print formatted output to a fixed length string
3
4 Files:
5 lib/snprintf.c
6 m4/snprintf.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 vasnprintf
12 errno
13
14 configure.ac:
15 gl_FUNC_SNPRINTF
16 gl_STDIO_MODULE_INDICATOR([snprintf])
17 gl_MODULE_INDICATOR([snprintf])
18
19 Makefile.am:
20
21 Include:
22 <stdio.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Simon Josefsson, Paul Eggert, Bruno Haible