Searched defs:JOIN3 (Results 1 – 2 of 2) sorted by relevance
7 #define JOIN3(X,Y) X ## Y macro
23 #define JOIN3(A, B, C) A##B##C macro