Searched refs:__STRINGIFY (Results 1 – 1 of 1) sorted by relevance
81 #define __STRINGIFY(x) #x macro82 #define STRINGIFY(x) __STRINGIFY(x)