#include <limits.h>#define SCHAR_MIN -127
SCHAR_MIN is the minimum value for an object of type signed char.
SCHAR_MIN conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).