4 lines
72 B
C
4 lines
72 B
C
|
|
||
|
int waitpid(int pid, int *status, int options);
|
||
|
int wait(int *status);
|