Searched refs:__STR (Results 1 – 2 of 2) sorted by relevance
21 #define __STR(X) #X macro22 #define STR(X) __STR(X)
17 #ifndef __STR18 #define __STR(x) #x macro21 #define STR(x) __STR(x)