UINT64_C Function (Macro constructor)

stdint.h

#define UINT64_C(c) c ## ULL

Appends the correct suffix to a 64-bit unsigned integer literal.

This macro appends the correct suffix for a 64-bit unsigned integer literal to c.