Advertisement
Guest User

Untitled

a guest
May 27th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. void Kasuj(int idk, int id)
  2. {
  3.     for (idk; idk < id; idk++)
  4.     {
  5.         baza[idk].autor = baza[idk+1].autor;
  6.         baza[idk].tytul = baza[idk+1].tytul;
  7.         baza[idk].kategoria = baza[idk+1].kategoria;
  8.     }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement