[][src]Macro libc_print::print

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

Macro for printing to the standard output using the stdlib name.

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

See print! for full documentation.