fork method

int fork()

Implementation

int fork() {
  return _fork();
}