Closed jgrahamc closed 10 years ago
You should also test for the error case, i.e. fork() == -1.
fork() == -1
Looks good, thanks.
You should also test for the error case, i.e.
fork() == -1
.