Searched refs:___stringify (Results 1 – 1 of 1) sorted by relevance
32 #define ___stringify(...) #__VA_ARGS__ macro33 #define __stringify(...) ___stringify(__VA_ARGS__)