New module.
authorJim Meyering <jim@meyering.net>
Fri, 16 Dec 2005 15:04:59 +0000 (15:04 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Dec 2005 15:04:59 +0000 (15:04 +0000)
modules/fprintftime [new file with mode: 0644]

diff --git a/modules/fprintftime b/modules/fprintftime
new file mode 100644 (file)
index 0000000..4333a31
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+like nstrftime, but output the formatted date to a FILE* stream
+
+Files:
+lib/fprintftime.h
+lib/fprintftime.c
+m4/fprintftime.m4
+
+Depends-on:
+strftime
+
+configure.ac:
+gl_FPRINTFTIME
+
+Makefile.am:
+
+Include:
+"fprintftime.h"
+
+License:
+GPL
+
+Maintainer:
+Jim Meyering