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