Searched refs:CONCAT_ (Results 1 – 1 of 1) sorted by relevance
21 #define CONCAT_(a, b) a##b macro22 #define CONCAT(a, b) CONCAT_(a, b)