1 2 3 4 5 6 7
#include <stdint.h> #define INT64_C(__value) ((int_least64_t)__value##LL) /* STDC(199901) */