Search | Google it | Results 1 - 1 of 1 for funcall:__CONCAT from t2ex/bsd_source/lib/libc/src_bsd/include/stdint.h (0.00 seconds) |
219: #define INT32_C(_c) (_c) 220: #define INT64_C(_c) __CONCAT(_c, LL) 221: 223: #define UINT16_C(_c) (_c) 224: #define UINT32_C(_c) __CONCAT(_c, U) 225: #define UINT64_C(_c) __CONCAT(_c, ULL) 226: 227: /* 7.18.4.2 Macros for greatest-width integer constants. */ 228: #define INTMAX_C(_c) __CONCAT(_c, LL) 229: #define UINTMAX_C(_c) __CONCAT(_c, ULL) 230: