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