Skip to main content

getegid

Function getegid 

Source
pub fn getegid() -> Gid
Available on crate feature process and non-WASI only.
Expand description

getegid()—Returns the process’ effective group ID.

§References