SHRT_MIN
Constant
limits.h
#define
SHRT_MIN ((
short
) 0x8000)
Minimal value which can be stored in a short int variable.