Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. FILE *odczyt()
  2. {
  3. FILE *odplik = fopen("odplik.txt", "w");
  4. if(!odczyt)
  5. {
  6. printf("Blad otwarcia pliku");
  7. _getch();
  8. return 0;
  9. }
  10. return odplik;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement