Searched defs:__stringify (Results 1 – 3 of 3) sorted by relevance
33 #define __stringify(...) ___stringify(__VA_ARGS__) macro
11 #define __stringify(x...) __stringify_1(x) macro
13 #define __stringify(x) #x macro