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