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