#include #include pid_t wait(int *stat_loc) { return waitpid((pid_t)-1, stat_loc, 0); } /* POSIX(1) */