xstrtod, xstrtold: Don't treat gradual underflow as an error.
[gnulib.git] / modules / snprintf
blobb44fc9a6eaf52254d1eed8314a4f9f02651f051b
1 Description:
2 snprintf() function: print formatted output to a fixed length string
4 Files:
5 lib/snprintf.c
6 m4/snprintf.m4
7 m4/printf.m4
9 Depends-on:
10 stdio
11 errno           [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
12 stdint          [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
13 vsnzprintf      [test $ac_cv_func_snprintf = no || test $REPLACE_SNPRINTF = 1]
15 configure.ac:
16 gl_FUNC_SNPRINTF
17 gl_STDIO_MODULE_INDICATOR([snprintf])
18 gl_MODULE_INDICATOR([snprintf])
20 Makefile.am:
22 Include:
23 <stdio.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all