UINTMAX_MAX Constant

stdint.h

#define UINTMAX_MAX (18446744073709551615ULL)

Maximum value of our uintmax_t type.

This is the maximum value that the largest unsigned integer can contain on the GCC4TI platform.