Int fork()
Usage
Fork a new process, returning the process ID of the new process in the parent process, or zero in the child process. An OutOfMemory or OverResourceLimit if the process cannot be created.
Fork a new process, returning the process ID of the new process in the parent process, or zero in the child process. An OutOfMemory or OverResourceLimit if the process cannot be created.