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; }