This documentation is copyright © 1998-2001 Sandro Sigala <sandro@sigala.it>.
All rights reserved.

Released under the GNU General Public License.

Return to index Up one level Previous symbol Next symbol

The ISO C <limits.h> Header

Click here for a summary of the <limits.h> header.

Macros

CHAR_BITThe width of char type in bits
CHAR_MAXMaximum value of char
CHAR_MINMinimum valuer of char
INT_MAXMaximum value of int
INT_MINMinimum value of int
LONG_MAXMaximum value of long
LONG_MINMinimum value of long
MB_LEN_MAXMaximum multi-byte string length
SCHAR_MAXMaximum value of signed char
SCHAR_MINMinimum value of signed char
SHRT_MAXMaximum value of short
SHRT_MINMinimum value of short
UCHAR_MAXMaximum value of unsigned char
UINT_MAXMaximum value of unsigned int
ULONG_MAXMaximum value of unsigned long
USHRT_MAXMaximum value of unsigned short