Searched refs:__STR (Results 1 – 3 of 3) sorted by relevance
11 #define __STR(X) #X macro12 #define STR(X) __STR(X)
22 #define __STR(X) #X macro23 #define STR(X) __STR(X)
18 #ifndef __STR19 #define __STR(x) #x macro22 #define STR(x) __STR(x)