fork

fork() -- forks the process, returning the process id of the child in the parent, and returning 0 in the child.

Go to main index.

Go to concepts index.