correction code
This commit is contained in:
@@ -14,7 +14,7 @@ int fibo (int n){
|
||||
}
|
||||
int wait_child(int x){
|
||||
|
||||
if(x < 0) return -1;
|
||||
if(x < 0) return 1;
|
||||
|
||||
int wstatus;
|
||||
pid_t pid = fork();
|
||||
|
||||
Reference in New Issue
Block a user