Advertisement
Guest User

Untitled

a guest
May 19th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. write(ofd,buf, sizeof(buf)-1);
  2. printf("copied contents of %s to a safer place... (%s)\n",ifile,ofile);
  3.  
  4. /* close 'em */
  5. close(ifd);
  6. close(ofd);
  7.  
  8. exit(1);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement