Searched refs:CAT_HELPER (Results 1 – 1 of 1) sorted by relevance
217 #define CAT_HELPER(a, b) a ## b macro218 #define CAT(a, b) CAT_HELPER(a, b)