Description:
localtime() function: convert time to broken-down local time.

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

Depends-on:
time-h

configure.ac:
gl_FUNC_LOCALTIME
gl_CONDITIONAL([GL_COND_OBJ_LOCALTIME], [test $REPLACE_LOCALTIME = 1])
gl_TIME_MODULE_INDICATOR([localtime])

Makefile.am:
if GL_COND_OBJ_LOCALTIME
lib_SOURCES += localtime.c
endif

Include:
<time.h>

License:
LGPLv2+

Maintainer:
all
