Skip to main content

psignal

Function psignal 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn psignal(sig: c_int, prefix: *const c_char)
Expand description

See https://pubs.opengroup.org/onlinepubs/9799919799/functions/psignal.html.

Writes a language-dependent message associated with a signal number to the standard error stream.