UINT_LEAST64_MAX Constant

stdint.h

#define UINT_LEAST64_MAX (18446744073709551615ULL)

Maximum value of our uint_least64_t type.

This is the maximum value that a uint_least64_t can contain on the GCC4TI platform.