#define STRINGIFY | ( | X | ) | IMPL_STRINGIFY(X) |
Resolves to a single-byte C string with the parameter in double quotation marks.
X | is 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.