27 lines
297 B
Plaintext
27 lines
297 B
Plaintext
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
|