Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the C
[gnulib.git] / modules / sprintf-posix
1 Description:
2 POSIX compatible sprintf() function: print formatted output to a string
3
4 Files:
5 lib/sprintf.c
6 m4/sprintf-posix.m4
7 m4/printf.m4
8
9 Depends-on:
10 stdio
11 vasnprintf
12 isnand-nolibm
13 isnanl-nolibm
14 frexp-nolibm
15 frexpl-nolibm
16 printf-frexp
17 printf-frexpl
18 signbit
19 fpucw
20 nocrash
21 printf-safe
22 stdint
23 EOVERFLOW
24
25 configure.ac:
26 gl_FUNC_SPRINTF_POSIX
27 gl_STDIO_MODULE_INDICATOR([sprintf-posix])
28
29 Makefile.am:
30
31 Include:
32 <stdio.h>
33
34 License:
35 LGPL
36
37 Maintainer:
38 Bruno Haible
39