Macro cprint::cprintln

source ·
macro_rules! cprintln {
    ($title:expr, $msg:expr, $color:expr) => { ... };
}
Expand description

Same as cprint! but with a newline at the end.