Searched refs:cc_concat_ (Results 1 – 1 of 1) sorted by relevance
67 #define cc_concat_(a, b) a##b macro68 #define cc_concat(a, b) cc_concat_(a, b)