Macro no_stdout::uprint[][src]

macro_rules! uprint {
    ($s : expr) => { ... };
    ($s : expr, $($tt : tt) *) => { ... };
}
Expand description

Macro for printing to the configured stdout, without a newline.