[][src]Macro skyline::println

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

Prints to the standard output, with a newline. For use in no_std plugins.