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