Searched defs:CONCAT1 (Results 1 – 2 of 2) sorted by relevance
194 #define CONCAT1(x,y) x##y macro
23 #define CONCAT1(string,number) CONCAT(string, number) macro