Searched refs:CONCAT_ (Results 1 – 1 of 1) sorted by relevance
17 #define CONCAT_(x,y) x##y macro18 #define CONCAT(x,y) CONCAT_(x,y)