__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__

Previous Common Predefined Macros Next

Defined to the maximum value of the signed char, signed short, signed int, signed long, and signed long long types, respectively. They exist to make the standard header given numerical limits work correctly. You should not use these macros directly; instead, include the appropriate headers.