Function ISREG [src]

Prototype

pub fn ISREG(m: u32) bool

Parameters

m: u32

Source

pub fn ISREG(m: u32) bool { return m & IFMT == IFREG; }