Home
last modified time | relevance | path

Searched refs:_PW_STRINGIFY (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dutil.h22 #define PW_STRINGIFY(...) _PW_STRINGIFY(__VA_ARGS__)
23 #define _PW_STRINGIFY(...) #__VA_ARGS__ macro