INT_STRLEN_MAXIMUM

SCCS-file: private.h
SCCS-SID: 7.2
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:09 -04:00
committed by Paul Eggert
parent 3d6931c05c
commit fbbd1fe883
+4
View File
@@ -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.