Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
[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 EOVERFLOW
12
13 configure.ac:
14 gl_FUNC_SNPRINTF
15 gl_STDIO_MODULE_INDICATOR([snprintf])
16
17 Makefile.am:
18
19 Include:
20 <stdio.h>
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Simon Josefsson, Paul Eggert, Bruno Haible