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