INT_LEAST8_MAX Constant

stdint.h

#define INT_LEAST8_MAX (127)

Maximum value of our int_least8_t type.

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