1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/ctime
Bruno Haible 8c59a9eb5c 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.
2017-04-30 19:26:37 +02:00

28 lines
293 B
Plaintext

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