#include #include #include "stabla.h" int main(){ CVOR *koren = ucitaj_drvo_std(); ispisi(koren); koren = obrisi(koren); ispisi(koren); return 0; }