91c41c59e40d3df87430fcdd10feb2b4e25ea0b7
[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
8 Depends-on:
9 stdio
10 vasnprintf
11
12 configure.ac:
13 gl_FUNC_SNPRINTF
14 gl_STDIO_MODULE_INDICATOR([snprintf])
15
16 Makefile.am:
17
18 Include:
19 <stdio.h>
20
21 License:
22 LGPLv2+
23
24 Maintainer:
25 Simon Josefsson, Paul Eggert, Bruno Haible