Synopsis
#include <limits.h>
#define SHRT_MIN (-32767-1)
Description

SHRT_MIN is the minimum value for an object of type short int.

Portability

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