LONG_MIN
Constant
limits.h
#define
LONG_MIN ((
long
) 0x80000000L)
Minimal value which can be stored in a long int variable.