Type Definition libnotcurses_sys::ffi::__sighandler_t [−][src]
type __sighandler_t = Option<unsafe extern "C" fn(arg1: c_int)>;
Expand description
Type of a signal handler.
type __sighandler_t = Option<unsafe extern "C" fn(arg1: c_int)>;
Type of a signal handler.