Type Definition libnotcurses_sys::ffi::__sig_atomic_t [−][src]
type __sig_atomic_t = c_int;
Expand description
C99: An integer type that can be accessed as an atomic entity, even in the presence of asynchronous interrupts. It is not currently necessary for this to be machine-specific.