1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 14:43:36 +00:00
Files
gnulib/modules/fprintftime
Jim Meyering e8b8e6566e fprintftime: fix build-break caused by recent renaming
* lib/fprintftime.c: Include "nstrftime.c", not the now-renamed
"strftime.c".
* modules/fprintftime: Depend directly on nstrftime.
2017-07-26 11:33:49 -07:00

26 lines
282 B
Plaintext

Description:
like nstrftime, but output the formatted date to a FILE* stream
Files:
lib/fprintftime.h
lib/fprintftime.c
Depends-on:
stdio
nstrftime
time_rz
configure.ac:
Makefile.am:
lib_SOURCES += fprintftime.c
Include:
"fprintftime.h"
License:
GPL
Maintainer:
Jim Meyering