[][src]Macro kernel_print::kernel_print

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

Prints to the standard output.

Does not panic on failure to write - instead silently ignores errors.

See print! for full documentation.