Searched refs:UINTMAX_C (Results 1 – 3 of 3) sorted by relevance
81 #ifndef UINTMAX_C // [82 # define UINTMAX_C UINT64_C macro292 #ifndef UINTMAX_C // [293 # define UINTMAX_C UINT64_C macro
158 #if !defined(UINTMAX_C) in stdint_h()159 #error UINTMAX_C in stdint_h()
138 #define UINTMAX_C(c) UINT64_C(c) macro