Advertisement
Guest User

wyebani

a guest
Feb 27th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.21 KB | None | 0 0
  1. if(file)
  2.     {
  3.         int size;
  4.         fscanf(file, "%d", &size);
  5.  
  6.         Ocena* student = (Ocena*)malloc(sizeof(Ocena));
  7.  
  8.     // reszta kodu
  9.     }
  10.     else
  11.         printf("Blad przy wczytywaniu danych!");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement