UINT_FAST64_MAX Constant

stdint.h

#define UINT_FAST64_MAX (18446744073709551615ULL)

Maximum value of our uint_fast64_t type.

This is the maximum value that an uint_fast64_t can contain on the GCC4TI platform.