INT_LEAST16_MIN Constant

stdint.h

#define INT_LEAST16_MIN (-32767-1)

Minimum value of our int_least16_t type.

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