Searched refs:__CONCAT (Results 1 – 1 of 1) sorted by relevance
987 #define __CONCAT(a, b) a ## b macro988 #define CONCATENATE(a, b) __CONCAT(a, b)