[][src]Macro colour::e_dark_yellow

macro_rules! e_dark_yellow {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to eprint! using dark yellow as the foreground colour.