ariel_os::debug

Macro println

macro_rules! println {
    ($($arg:tt)*) => { ... };
}
Expand description

Prints to the debug output, with a newline.