Hash :
8f4b4e52
Author :
Date :
2024-02-06T17:08:16
nstrftime, fprintftime: Simplify. * lib/strftime.c: Renamed from lib/nstrftime.c. (my_strftime): Don't define here. * lib/nstrftime.c: New file. * lib/fprintftime.c (my_strftime): New macro. Include strftime.c, not nstrftime.c. * m4/nstrftime.m4 (gl_FUNC_GNU_STRFTIME): Don't define my_strftime in config.h. * modules/nstrftime (Files): Add lib/strftime.c. * modules/fprintftime (Files): Likewise. * config/srclist.txt: Update comment regarding glibc/time/strftime.c.
Description:
like nstrftime, but output the formatted date to a FILE* stream
Files:
lib/fprintftime.h
lib/fprintftime.c
lib/strftime.c
Depends-on:
stdio
nstrftime
time_rz
configure.ac:
Makefile.am:
lib_SOURCES += fprintftime.c
Include:
"fprintftime.h"
License:
GPL
Maintainer:
Jim Meyering