Searched refs:TOKENPASTE (Results 1 – 1 of 1) sorted by relevance
99 #define TOKENPASTE(x, y) x ## y macro100 #define TOKENPASTE2(x, y) TOKENPASTE(x, y)