Searched refs:_PW_STRINGIFY (Results 1 – 1 of 1) sorted by relevance
22 #define PW_STRINGIFY(...) _PW_STRINGIFY(__VA_ARGS__)23 #define _PW_STRINGIFY(...) #__VA_ARGS__ macro