Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if(aktualne_pole == 5){
  2. temp = kwota_zarobiona(data[aktualne_pole -4], data[aktualne_pole-1],data[aktualne_pole]);
  3. fprintf(output, "%s = %i\n", fieldnames[aktualne_pole], temp);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement