37 lines
440 B
Plaintext
37 lines
440 B
Plaintext
Description:
|
|
nstrftime() function: convert date and time to string, with GNU extensions.
|
|
|
|
Files:
|
|
lib/strftime.h
|
|
lib/nstrftime.c
|
|
lib/strftime.c
|
|
m4/nstrftime.m4
|
|
m4/tm_gmtoff.m4
|
|
|
|
Depends-on:
|
|
attribute
|
|
c99
|
|
errno
|
|
extensions
|
|
intprops
|
|
libc-config
|
|
localename-unsafe-limited
|
|
stdbool
|
|
stdckdint
|
|
time_rz
|
|
|
|
configure.ac:
|
|
gl_FUNC_GNU_STRFTIME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += nstrftime.c
|
|
|
|
Include:
|
|
"strftime.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Jim Meyering, glibc
|