macro_rules! uprint { ($s:expr) => { ... }; ($s:expr, $($tt:tt)*) => { ... }; }
Macro for printing to the configured stdout, without a newline.