CS 471 - Example Code

Fall 2009

Old Dominion University


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