mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-23 15:42:50 +00:00
code reduction
SCCS-file: strftime.c SCCS-SID: 7.12
This commit is contained in:
committed by
Paul Eggert
parent
7cc033b494
commit
5b25b19544
+1
-1
@@ -54,7 +54,7 @@ static char *_fmt P((const char *, const struct tm *, char *, const char *));
|
||||
|
||||
size_t strftime P((char *, size_t, const char *, const struct tm *));
|
||||
|
||||
extern char *tzname[2];
|
||||
extern char *tzname[];
|
||||
|
||||
size_t
|
||||
strftime(s, maxsize, format, t)
|
||||
|
||||
Reference in New Issue
Block a user