Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/config/
Dmacros.h23 #define NW_MACRO_STRING_I_(text) #text macro
28 #define NW_MACRO_STRING_O_(params) NW_MACRO_STRING_I_ ## params
37 #define NW_MACRO_STRING_O_(params) NW_MACRO_STRING_I_ params
45 #define NW_MACRO_STRING_(text) NW_MACRO_STRING_I_(text)