getsgroups_np method

int getsgroups_np(
  1. Pointer<Int> arg0,
  2. Pointer<UnsignedChar> arg1
)

Implementation

int getsgroups_np(
  ffi.Pointer<ffi.Int> arg0,
  ffi.Pointer<ffi.UnsignedChar> arg1,
) {
  return _getsgroups_np(arg0, arg1);
}