mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
28 lines
293 B
Plaintext
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
|