Hash :
2eaf224a
Author :
Date :
2021-12-18T11:39:17
nstrftime: simplify by using libc-config.h. * lib/nstrftime.c [!_LIBC]: Include libc-config.h instead of config.h. (iso_week_days): Simplify via libc-config.h’s __inline. (my_strftime): Simplify via libc-config.h’s libc_hidden_def. * modules/nstrftime (Depends-on): Add libc-config.
Description:
nstrftime() function: convert date and time to string, with GNU extensions.
Files:
lib/strftime.h
lib/nstrftime.c
m4/tm_gmtoff.m4
m4/nstrftime.m4
Depends-on:
attribute
c99
errno
extensions
intprops
libc-config
stdbool
time_rz
configure.ac:
gl_FUNC_GNU_STRFTIME
Makefile.am:
lib_SOURCES += nstrftime.c
Include:
"strftime.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc