access method

int access(
  1. Pointer<Char> __name,
  2. int __type
)

Implementation

int access(
  ffi.Pointer<ffi.Char> __name,
  int __type,
) {
  return _access(
    __name,
    __type,
  );
}