1 2 3 4 5 6 7
#include <stdint.h> #define UINT64_C(__value) ((uint_least32_t)__value##ULL) /* STDC(199901) */