Searched refs:__stringify (Results 1 – 1 of 1) sorted by relevance
177 #define __stringify(x) #x macro178 #define stringify(x) __stringify(x)