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