Ajout de l'exo 3

This commit is contained in:
2023-09-26 13:07:15 +02:00
parent 2402cba956
commit 0cecb7b410
2 changed files with 20 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ int main(int argc,char * argv[]){
outfd = open(argv[2],O_WRONLY|O_CREAT|O_TRUNC,0644);
assert(outfd >= 0);
//p=fork(); // <- decommentez cette ligne
p=fork(); // <- decommentez cette ligne
while(1){