INT64_C
#define INT64_C(c) (c ## L)
#define INT64_C(c) (c ## LL)
#define INT64_C(c) __CONCAT__(c,l)
#define INT64_C(c) __CONCAT__(c,ll)
#undef INT64_C
#define INT64_C(x) (x)
#undef INT64_C
#define INT64_C(x) (x)