Function IFEXITED [src]

Prototype

pub fn IFEXITED(x: u32) bool

Parameters

x: u32

Source

pub fn IFEXITED(x: u32) bool { return status(x) == 0; }