Function IFSIGNALED [src]
Prototype
pub fn IFSIGNALED(x: u32) bool Parameters
x: u32 Source
pub fn IFSIGNALED(x: u32) bool {
return status(x) != stopped and status(x) != 0;
} pub fn IFSIGNALED(x: u32) bool x: u32 pub fn IFSIGNALED(x: u32) bool {
return status(x) != stopped and status(x) != 0;
}