chsvlib
chsv helper source code

◆ STRINGIFY

#define STRINGIFY (   X)    IMPL_STRINGIFY(X)

Resolves to a single-byte C string with the parameter in double quotation marks.

Parameters
Xis an entry to turn to a string literal.

The use of the macro produces the same effect as the #X does. For wide strings use the STRINGIFYW macro.