Change include from <time.h> to "strftime.h".
[gnulib.git] / modules / strftime
1 Description:
2 nstrftime() function: convert date and time to string, with GNU extensions.
3
4 Files:
5 lib/strftime.h
6 lib/strftime.c
7 m4/mbstate_t.m4
8 m4/tm_gmtoff.m4
9 m4/strftime.m4
10
11 Depends-on:
12 time_r
13 tzset
14
15 configure.ac:
16 gl_FUNC_GNU_STRFTIME
17
18 Makefile.am:
19 lib_SOURCES += strftime.c strftime.h
20
21 Include:
22 "strftime.h"
23
24 Maintainer:
25 glibc
26