multi_wait


The following program forks three children and then uses the wait system call, to reap each child once it has terminated.

multi_wait.c