devela::_dep::nc

Function getgid

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

Get the real group ID of the calling process.

§Examples

let gid = unsafe { nc::getgid() };
assert!(gid > 0);