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