Searched refs:__stringify_1 (Results 1 – 2 of 2) sorted by relevance
9 #define __stringify_1(x) #x macro10 #define __stringify(x) __stringify_1(x)
9 #define __stringify_1(x...) #x macro10 #define __stringify(x...) __stringify_1(x)