UINT_LEAST8_MAX Constant

stdint.h

#define UINT_LEAST8_MAX (255)

Maximum value of our uint_least8_t type.

This is the maximum value that a uint_least8_t can contain on the GCC4TI platform.