Type Definition libnotcurses_sys::ffi::sig_atomic_t [−][src]
type sig_atomic_t = __sig_atomic_t;
Expand description
An integral type that can be modified atomically, without the possibility of a signal arriving in the middle of the operation.