Function ISLNK [src]

Prototype

pub fn ISLNK(m: u32) bool

Parameters

m: u32

Source

pub fn ISLNK(m: u32) bool { return m & IFMT == IFLNK; }