Searched refs:CONCAT2 (Results 1 – 2 of 2) sorted by relevance
52 #define CONCAT2(x,y) x ## y macro53 #define CONCAT(x,y) CONCAT2(x,y)
42 #define CONCAT2(x,y) x ## y macro43 #define CONCAT(x,y) CONCAT2(x,y)