[go: up one dir, main page]

Macro libc_print::println

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

Macro for printing to the standard error, with a newline.

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

See eprintln! for full documentation.