Searched refs:__concat_1 (Results 1 – 1 of 1) sorted by relevance
15 #define __concat_1(x, y...) x ## y macro16 #define __concat(x, y...) __concat_1(x, y)