Function nc::getgid

source ·
pub unsafe fn getgid() -> gid_t
Expand description

Get the real group ID of the calling process.

§Example

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