1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 03:49:19 +00:00
SCCS-file: strftime.c
SCCS-SID: 7.75
This commit is contained in:
Arthur David Olson
2005-01-31 14:06:07 -05:00
committed by Paul Eggert
parent 326dcc4c4e
commit 87932794c5

View File

@@ -108,7 +108,8 @@ 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 *, int *));
static char * _fmt P((const char *, const struct tm *, char *, const char *,
int *));
static char * _yconv P((int, int, int, int, char *, const char *));
extern char * tzname[];