Searched refs:EI_PP_CAT2 (Results 1 – 1 of 1) sorted by relevance
32 #define EI_PP_CAT2(a,b) a ## b macro33 #define EI_PP_CAT(a,b) EI_PP_CAT2(a,b)