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