uint64_t Type (Scalar)

stdint.h

typedef unsigned long long uint64_t;

A 64-bit type unsigned fixed-width type specified by C99.

This type can be used when exactly 64 bits of unsigned data storage are wanted.