Searched refs:PASTE_1 (Results 1 – 1 of 1) sorted by relevance
33 #define PASTE(a, b) PASTE_1 (a, b)34 #define PASTE_1(a, b) a##b macro