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