repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vma-iter: Port to 64-bit Haiku.
[gnulib.git]
/
modules
/
localtime
blob
5da46a95503eb5143032f1d5addd5c9a4d9cfa50
1
Description:
2
localtime() function: convert time to broken-down local time.
3
4
Files:
5
lib/localtime.c
6
m4/localtime.m4
7
8
Depends-on:
9
time
10
11
configure.ac:
12
gl_FUNC_LOCALTIME
13
if test $REPLACE_LOCALTIME = 1; then
14
AC_LIBOBJ([localtime])
15
fi
16
gl_TIME_MODULE_INDICATOR([localtime])
17
18
Makefile.am:
19
20
Include:
21
<time.h>
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all