INT_LEAST32_MAX Constant

stdint.h

#define INT_LEAST32_MAX (2147483647L)

Maximum value of our int_least32_t type.

This is the maximum value that an int_least32_t can contain on the GCC4TI platform.