INT_FAST8_MIN Constant

stdint.h

#define INT_FAST8_MIN (-32767-1)

Minimum value of our int_fast8_t type.

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