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