vfork method

int vfork()

Implementation

int vfork() {
  return _vfork();
}