Ajout de l'exo 3
This commit is contained in:
@@ -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){
|
||||
|
||||
|
Reference in New Issue
Block a user