[][src]Macro colour::e_black

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

Macro similar to eprint! using black as the foreground colour.