INT_LEAST32_MIN Constant

stdint.h

#define INT_LEAST32_MIN (-2147483647L-1)

Minimum value of our int_least32_t type.

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