Searched refs:CONCAT2 (Results 1 – 1 of 1) sorted by relevance
100 #define CONCAT2(x, y) x##y macro101 #define CONCAT(x, y) CONCAT2(x, y)