Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (temp->wartosc > WartoϾ_do_usuniecia)
- {
- if (temp->lewy->wartosc == WartoϾ_do_usuniecia)
- {
- Lisc *tempLewy= temp->lewy->lewy;
- temp->lewy = temp->lewy->prawy;
- while(temp->lewy != 0)
- {
- temp=temp->lewy;
- }
- temp->lewy= tempLewy;
- break;
- }
- temp = temp->lewy;
- }
Advertisement
Add Comment
Please, Sign In to add comment