Hash :
8c59a9eb
Author :
Date :
2017-04-30T13:19:24
ctime: New module. * lib/time.in.h (ctime): New declaration. * lib/ctime.c: New file. * m4/ctime.m4: New file. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_CTIME, REPLACE_CTIME. * modules/time (Makefile.am): Substitute GNULIB_CTIME, REPLACE_CTIME. * modules/ctime: New file. * doc/posix-functions/ctime.texi: Mention the new module.
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