pub unsafe fn getegid() -> u32 ⓘ
dep_nc
Get the effective group ID of the calling process.
let egid = unsafe { nc::getegid() }; assert!(egid > 0);