Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <time.h>
  4.  
  5. int main()
  6. {
  7. char jezus[] = "chryztuz";
  8. FILE *dupa;
  9. if ((dupa = fopen("cipa.txt", "r")) == NULL)
  10. {
  11. printf("pojebalo ?xddd");
  12. }
  13. fprintf(dupa, "ssij mi kutasa");
  14. fclose(dupa);
  15. return 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement