Searched refs:___cat (Results 1 – 1 of 1) sorted by relevance
50 #define ___cat(a,b) a ## b macro51 #define __cat(a,b) ___cat(a,b)