Update fork_102.md (#151)
This include is needed ``` #include <unistd.h> ```
This commit is contained in:
parent
54ad724241
commit
ed85173a0b
@ -4,13 +4,14 @@ Answer the questions given the following program (without running it):
|
|||||||
|
|
||||||
```
|
```
|
||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
fork();
|
fork();
|
||||||
fork();
|
fork();
|
||||||
printf("\nyay\n");
|
printf("\nyay\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user