PTRDIFF_MIN Constant

stdint.h

#define PTRDIFF_MIN (-16777215L)

Largest negative value of a ptrdiff_t integer.

This is the largest meaningful negative 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.