#include <limits.h>#define SHRT_MIN (-32767-1)
SHRT_MIN is the minimum value for an object of type short int.
SHRT_MIN conforms to ISO/IEC 9899:1990 (C90) and ISO/IEC 9899:1999 (C99).