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