pub fn linux_print(s: &str)
Available on crate features
unsafe_syscall
and linux
only.Expand description
Prints a string slice to standard output.
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.