Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

getgroups

Function getgroups 

Source
pub unsafe extern "C" fn getgroups(
    ngroups_max: c_int,
    groups: *mut gid_t,
) -> c_int