* lib/stat-time.h (USE_BIRTHTIME): Remove.
[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 isnan-nolibm
13 isnanl-nolibm
14 printf-frexp
15 printf-frexpl
16 fpucw
17
18 configure.ac:
19 gl_FUNC_SPRINTF_POSIX
20 gl_STDIO_MODULE_INDICATOR([sprintf-posix])
21
22 Makefile.am:
23
24 Include:
25 <stdio.h>
26
27 License:
28 LGPL
29
30 Maintainer:
31 Bruno Haible
32