memea

Macro warn

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

Macro for printing warning messages in yellow without newline.