summaryrefslogtreecommitdiff
path: root/modules/ctime
blob: d700ca87a699ccd4c22376650c290b262013b7d8 (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:
ctime() function: convert time to string.

Files:
lib/ctime.c
m4/ctime.m4

Depends-on:
time

configure.ac:
gl_FUNC_CTIME
if test $REPLACE_CTIME = 1; then
  AC_LIBOBJ([ctime])
fi
gl_TIME_MODULE_INDICATOR([ctime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all