|
the second one creates a process and the stores the value hence pid=fork() and then with that int it finds out if the creation of the new process with the fork() call actually works or not hence the use of the 'if' statements to find out if its valid.
Jason
|