INT_LEAST8_MIN Constant

stdint.h

#define INT_LEAST8_MIN (-128)

Minimum value of our int_least8_t type.

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