UINT64_MAX Constant

stdint.h

#define UINT64_MAX (18446744073709551615ULL)

Maximum value of an unsigned 64-bit integer.

This is the maximum value that an unsigned 64-bit integer can contain.