Synopsis
#include <limits.h>
#define SCHAR_MAX 127
Description

SCHAR_MAX is the maximum value for an object of type signed char.

Portability

SCHAR_MAX conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).