Function nc::getgid[][src]

pub fn getgid() -> gid_t
Expand description

Get the real group ID of the calling process.

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