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