__CONCAT__
#define UINT64_C(c) __CONCAT__(c,ull)
#define INTMAX_C(c) __CONCAT__(c,l)
#define UINTMAX_C(c) __CONCAT__(c,ul)
#define INTMAX_C(c) __CONCAT__(c,ll)
#define UINTMAX_C(c) __CONCAT__(c,ull)
#define INT64_C(c) __CONCAT__(c,l)
#define INT64_C(c) __CONCAT__(c,ll)
#define UINT8_C(c) __CONCAT__(c,u)
#define UINT16_C(c) __CONCAT__(c,u)
#define UINT32_C(c) __CONCAT__(c,u)
#define UINT64_C(c) __CONCAT__(c,ul)