Function EXITSTATUS [src]

Prototype

pub fn EXITSTATUS(s: u32) u8

Parameters

s: u32

Source

pub fn EXITSTATUS(s: u32) u8 { return @as(u8, @intCast((s & 0xff00) >> 8)); }