UINT_FAST8_MAX Constant

stdint.h

#define UINT_FAST8_MAX (65535U)

Maximum value of our uint_fast8_t type.

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