chsvlib
chsv helper source code

◆ STRINGIFYW

#define STRINGIFYW (   X)    MAKE_WIDE(IMPL_STRINGIFY(X))

Resolves to a wide C string with the parameter in double quotation marks.

Parameters
Xis 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.