INT_FAST16_MAX Constant

stdint.h

#define INT_FAST16_MAX (32767)

Maximum value of our int_fast16_t type.

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