Searched refs:_PASTE (Results 1 – 1 of 1) sorted by relevance
29 #define _PASTE(x, y) x ## y macro30 #define PASTE(x, y) _PASTE(x,y)