Function IFSIGNALED [src]

Prototype

pub fn IFSIGNALED(s: u32) bool

Parameters

s: u32

Source

pub fn IFSIGNALED(s: u32) bool { return (s & 0xffff) -% 1 < 0xff; }