UINT_LEAST16_MAX Constant

stdint.h

#define UINT_LEAST16_MAX (65535U)

Maximum value of our uint_least16_t type.

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