[top][index]
search for:

fork -- fork the process

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


[top][index]
search for: