INT_FAST16_MIN Constant

stdint.h

#define INT_FAST16_MIN (-32767-1)

Minimum value of our int_fast16_t type.

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