Searched refs:CONCAT__ (Results 1 – 1 of 1) sorted by relevance
20 #define CONCAT__(a,b) a ## b macro21 #define CONCAT_(a,b) CONCAT__(a,b)