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