CS 471 - Example Code

Spring 2008

Old Dominion University


TO COMPILE fork.c: gcc fork.c; TO COMPILE threads1.c: gcc -lpthread threads1.c