Searched refs:_PASTE1 (Results 1 – 1 of 1) sorted by relevance
251 #define _PASTE1(a,b) a##b macro252 #define PASTE(a,b) _PASTE1(a,b)