Searched refs:_U_CONCAT (Results 1 – 1 of 1) sorted by relevance
5 #define _U_CONCAT(x, y) x ## y macro9 #define U_CONCAT(x, y) _U_CONCAT(x, y)