1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 00:33:28 +00:00
SCCS-file: asctime.c
SCCS-SID: 7.19
This commit is contained in:
Arthur David Olson
2004-08-02 17:37:18 -04:00
committed by Paul Eggert
parent 1f18c970d0
commit 5486af3ab8

View File

@ -49,7 +49,8 @@ static char elsieid[] = "%W%";
** seven explicit spaces, two explicit colons, a newline,
** and a trailing ASCII nul).
** The values above are for systems where an int is 32 bits and are provided
** as an example; the define below calculates the maximum for system at hand.
** as an example; the define below calculates the maximum for the system at
** hand.
*/
#define MAX_ASCTIME_BUF_SIZE (2*3+5*INT_STRLEN_MAXIMUM(int)+7+2+1+1)