Macro cprint::ceprintln

source ·
macro_rules! ceprintln {
    ($msg:expr) => { ... };
}
Expand description

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