devela::all

Function linux_eprint

Source
pub fn linux_eprint(s: &str)
Available on crate features unsafe_syscall and linux only.
Expand description

Prints a string slice to standard error.

This function makes use of linux_sys_write.

ยงError Handling

If the write fails, it prints an error message and exits with status code 10.