INT_FAST32_MIN Constant

stdint.h

#define INT_FAST32_MIN (-2147483647L-1)

Minimum value of our int_fast32_t type.

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