INT16_MAX Constant

stdint.h

#define INT16_MAX (32767)

Maximum value of a signed 16-bit integer.

This is the maximum value that a signed 16-bit integer can contain.