Skip to main content

STRINGIFY

Macro STRINGIFY 

Source
macro_rules! STRINGIFY {
    ($x:tt) => { ... };
}
Expand description

Port of #define STRINGIFY(x) from Src/zsh.h:2916. Two-pass stringification (expand x first, then stringify).