INT8_MAX Constant

stdint.h

#define INT8_MAX (127)

Maximum value of a signed 8-bit integer.

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