UINT64_C
#define UINT64_C(c) (c ## UL)
#define UINT64_C(c) (c ## ULL)
#define UINT64_C(c) c ## ULL
#define UINT64_C(c) c ## i64
#define UINT64_C(c) __CONCAT__(c,ull)
#define UINT64_C(c) __CONCAT__(c,ul)
#undef UINT64_C
#define UINT64_C(x) (x)
#undef UINT64_C
#define UINT64_C(x) (x)