Skip to main content

errx

Function errx 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn errx( eval: c_int, fmt: *const c_char, ... ) -> !
Expand description

Print a user message then exits with eval as a return.

The message format is progname: fmt

ยงReturn

Exits with eval as an error code.