Searched refs:STRINGIFY (Results 1 – 2 of 2) sorted by relevance
56 #define STRINGIFY(x) #x macro
129 #ifndef STRINGIFY130 #define STRINGIFY(x) #x macro132 #define STRx(x) STRINGIFY(x)