#define STRINGIFYW | ( | X | ) | MAKE_WIDE(IMPL_STRINGIFY(X)) |
Resolves to a wide C string with the parameter in double quotation marks.
X | is an entry to turn to a wide string literal. |
The use of the macro produces the same effect as the MAKE_WIDE
(#X) does. For single byte strings use the STRINGIFY macro.