1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 00:22:18 +00:00

space mods

SCCS-file: strftime.c
SCCS-SID: 7.36
This commit is contained in:
Arthur David Olson
1995-01-03 11:16:53 -05:00
committed by Paul Eggert
parent d6f63486ec
commit 4a9d029ee0

View File

@ -99,7 +99,7 @@ static const struct lc_time_T C_time_locale = {
/* am */
"AM",
/* pm */
"PM",
@ -109,7 +109,7 @@ static const struct lc_time_T C_time_locale = {
static char * _add P((const char *, char *, const char *));
static char * _conv P((int, const char *, char *, const char *));
static char *_fmt P((const char *, const struct tm *, char *, const char *));
static char * _fmt P((const char *, const struct tm *, char *, const char *));
size_t strftime P((char *, size_t, const char *, const struct tm *));