summaryrefslogtreecommitdiff
path: root/modules/strftime-fixes
blob: 4a7bebf666201c78a0881ac050aec59174656928 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description:
strftime() function: convert broken-down time to string.

Files:
lib/strftime-fixes.c
m4/strftime-fixes.m4

Depends-on:
time

configure.ac:
gl_FUNC_STRFTIME
if test $REPLACE_STRFTIME = 1; then
  AC_LIBOBJ([strftime-fixes])
fi
gl_TIME_MODULE_INDICATOR([strftime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all