1 2 3 4 5 6 7 8 9
/* Public domain. */ #include <sys/types.h> #include <sys/wait.h> int main() { waitpid(0,0,0); }