INT_MIN Constant

limits.h

#define INT_MIN ((int) 0x8000/0x80000000)

Minimal value which can be stored in an int variable.