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