Guest User

Untitled

a guest
Apr 23rd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. counter2=0;
  2. while(fscanf(ff,"%d%d%f%c\n",&vetf[counter2].codice,&vetf[counter2].num_fattura,&vetf[counter2].imp_fattura,&vetf[counter2].c)>0)
  3. {
  4. counter2++;
  5. }
Add Comment
Please, Sign In to add comment