INTPTR_MIN Constant

stdint.h

#define INTPTR_MIN (-2147483647L-1)

Minimum value of our intptr_t type.

This is the minimum value that a signed integer large enough to hold a pointer can contain on the GCC4TI platform.