Skip to main content

warn

Function warn 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn warn(fmt: *const c_char, ...)
Expand description

Print a user message and then an error message for ERRNO.

The message format is progname: fmt: strerror(ERRNO)