fchdir method

int fchdir(
  1. int arg0
)

Implementation

int fchdir(int arg0) {
  return _fchdir(arg0);
}