getgrouplist method

int getgrouplist(
  1. Pointer<Char> arg0,
  2. int arg1,
  3. Pointer<Int> arg2,
  4. Pointer<Int> __ngroups,
)

Implementation

int getgrouplist(
  ffi.Pointer<ffi.Char> arg0,
  int arg1,
  ffi.Pointer<ffi.Int> arg2,
  ffi.Pointer<ffi.Int> __ngroups,
) {
  return _getgrouplist(arg0, arg1, arg2, __ngroups);
}