[][src]Function simple_libc::process::getallgroups

pub fn getallgroups() -> Result<Vec<GidT>>

Returns a vector containing the real group ID, the effective group ID, and all group IDs returned by getgroups().

No guarantees are made about the order of the vector, or the uniqueness of its elements.