Searched refs:__STR (Results 1 – 2 of 2) sorted by relevance
37 #define __STR(...) #__VA_ARGS__ macro38 #define STR(...) __STR(__VA_ARGS__)
24 #define __STR(...) #__VA_ARGS__ macro25 #define STR(...) __STR(__VA_ARGS__)
Completed in 8 milliseconds