UINT_FAST16_MAX Constant

stdint.h

#define UINT_FAST16_MAX (65535U)

Maximum value of our uint_fast16_t type.

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