0b44a031
1 2 3 4 5 6
#include <sys/wait.h> pid_t wait(int *status) { return waitpid((pid_t)-1, status, 0); }