Searched refs:STRINGIFY1 (Results 1 – 2 of 2) sorted by relevance
103 #define STRINGIFY1(x) #x macro104 #define STRINGIFY(x) STRINGIFY1(x)
332 #define STRINGIFY1(x) #x macro333 #define STRINGIFY2(x) STRINGIFY1(x)