chroot method

int chroot(
  1. Pointer<Char> arg0
)

Implementation

int chroot(ffi.Pointer<ffi.Char> arg0) {
  return _chroot(arg0);
}