Searched refs:_STRINGIFY (Results 1 – 1 of 1) sorted by relevance
49 #define _STRINGIFY(x...) #x macro50 #define STRINGIFY(x...) _STRINGIFY(x)