Searched refs:STR_CONCAT (Results 1 – 1 of 1) sorted by relevance
1070 #define STR_CONCAT(a, b, c) __STRING (a##b##c) macro1071 #define STR_CON3(a, b, c) STR_CONCAT (a, b, c)
Completed in 7 milliseconds