devela::_dep::nc

Function getegid

pub unsafe fn getegid() -> u32 
Available on crate feature dep_nc only.
Expand description

Get the effective group ID of the calling process.

§Examples

let egid = unsafe { nc::getegid() };
assert!(egid > 0);