View Single Post
Old 03-19-2003, 10:29 PM   PM User | #5
Jason
Regular Coder

 
Join Date: Feb 2003
Location: California
Posts: 925
Thanks: 0
Thanked 0 Times in 0 Posts
Jason is an unknown quantity at this point
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
Jason is offline   Reply With Quote