1Description: 2like nstrftime, but output the formatted date to a FILE* stream 3 4Files: 5lib/fprintftime.h 6lib/fprintftime.c 7 8Depends-on: 9stdio 10strftime 11 12configure.ac: 13 14Makefile.am: 15lib_SOURCES += fprintftime.c 16 17Include: 18"fprintftime.h" 19 20License: 21GPL 22 23Maintainer: 24Jim Meyering 25