mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 14:43:36 +00:00
* lib/fprintftime.c: Include "nstrftime.c", not the now-renamed "strftime.c". * modules/fprintftime: Depend directly on nstrftime.
26 lines
282 B
Plaintext
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
|