PTRDIFF_MAX Constant

stdint.h

#define PTRDIFF_MAX (16777215L)

Largest positive value of a ptrdiff_t integer.

This is the largest meaningful positive value that a variable of ptrdiff_t type can contain on the TI-68k platform, due to the 24-bit addressing space of the 68000.