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