INT_FAST32_MAX Constant

stdint.h

#define INT_FAST32_MAX (2147483647L)

Maximum value of our int_fast32_t type.

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