summaryrefslogtreecommitdiff
path: root/modules/localtime
blob: 5da46a95503eb5143032f1d5addd5c9a4d9cfa50 (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:
localtime() function: convert time to broken-down local time.

Files:
lib/localtime.c
m4/localtime.m4

Depends-on:
time

configure.ac:
gl_FUNC_LOCALTIME
if test $REPLACE_LOCALTIME = 1; then
  AC_LIBOBJ([localtime])
fi
gl_TIME_MODULE_INDICATOR([localtime])

Makefile.am:

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all