INT_LEAST16_MAX Constant

stdint.h

#define INT_LEAST16_MAX (32767)

Maximum value of our int_least16_t type.

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