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