wait.h (101B)
1 #ifndef _SYS_WAIT_H_ 2 #define _SYS_WAIT_H_ 3 4 pid_t waitpid(pid_t, int*, int); 5 6 #endif // _SYS_WAIT_H_