5 lines
85 B
C
5 lines
85 B
C
#pragma once
|
|
|
|
int waitpid(int pid, int *status, int options);
|
|
int wait(int *status);
|