From b86c766fafbdb39903e85188424ad88b64bf4cbd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Dec 2005 15:04:59 +0000 Subject: [PATCH] New module. --- modules/fprintftime | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 modules/fprintftime diff --git a/modules/fprintftime b/modules/fprintftime new file mode 100644 index 0000000000..4333a31374 --- /dev/null +++ b/modules/fprintftime @@ -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 -- 2.30.2