INT_MAX Constant

limits.h

#define INT_MAX 0x7FFF/0x7FFFFFFF

Maximal value which can be stored in an int variable.