SIZE_MAX Constant

stdint.h

#define SIZE_MAX (16777215UL)

Maximum value of a size_t integer.

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