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