Searched defs:str1 (Results 1 – 1 of 1) sorted by relevance
25 #define __CAT(str1, str2) str1##str2 argument27 #define __CAT(str1, str2) str1 str2 argument30 #define CAT(str1, str2) __CAT(str1, str2) argument