INT_FAST8_MAX Constant

stdint.h

#define INT_FAST8_MAX (32767)

Maximum value of our int_fast8_t type.

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