mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 17:36:45 +00:00
INT_STRLEN_MAXIMUM
SCCS-file: private.h SCCS-SID: 7.2
This commit is contained in:
committed by
Paul Eggert
parent
3d6931c05c
commit
fbbd1fe883
@@ -160,6 +160,10 @@ extern void free P((char * buf));
|
||||
#define FALSE 0
|
||||
#endif /* !defined FALSE */
|
||||
|
||||
#ifndef INT_STRLEN_MAXIMUM
|
||||
#define INT_STRLEN_MAXIMUM (1 + (sizeof (int) * CHAR_BIT + 1) / 3)
|
||||
#endif /* !defined INT_STRLEN_MAXIMUM */
|
||||
|
||||
/*
|
||||
** UNIX is a registered trademark of AT&T.
|
||||
** VAX is a trademark of Digital Equipment Corporation.
|
||||
|
||||
Reference in New Issue
Block a user