Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.17 KB | None | 0 0
  1. int fd=open("/home/ca309567/Bureau/Systeme/TD2/foo",O_RDONLY);
  2.     Lecture(fd,"Avant");
  3.     if(fork()==0){
  4.             Lecture(fd,"Après");
  5.     }
  6.     Lecture(fd,"Après");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement