mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 00:33:28 +00:00
grammar
SCCS-file: asctime.c SCCS-SID: 7.19
This commit is contained in:
committed by
Paul Eggert
parent
1f18c970d0
commit
5486af3ab8
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user