INTPTR_MAX Constant

stdint.h

#define INTPTR_MAX (2147483647L)

Maximum value of our intptr_t type.

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