| D | macros.h | 21 #define NW_MACRO_STRING_I_(text) #text argument 25 #define NW_MACRO_STRING_(text) NW_MACRO_STRING_O_((text)) argument 34 #define NW_MACRO_STRING_(text) NW_MACRO_STRING_O_((text)) argument 39 #define NW_MACRO_CAT_II_(text) text argument 43 #define NW_MACRO_STRING_(text) NW_MACRO_STRING_I_(text) argument
|