Searched refs:TO_STR (Results 1 – 2 of 2) sorted by relevance
43 TO_STR(CBOR_MAJOR_VERSION) \44 "." TO_STR(CBOR_MINOR_VERSION) "." TO_STR(CBOR_PATCH_VERSION)65 #define TO_STR(x) TO_STR_(x) /* enables proper double expansion */ macro
86 #define TO_STR(NO) STR_NO(NO) macro87 #define INTERNAL_ERROR __FILE__ ":" TO_STR(__LINE__) ": internal error"