; za struct
This commit is contained in:
parent
0cd5003457
commit
69045f7569
@ -7,7 +7,7 @@ struct uzol { //zakladna struktura, kam nahram otazky a referencie
|
|||||||
char otazka[100];
|
char otazka[100];
|
||||||
struct uzol *lavy;
|
struct uzol *lavy;
|
||||||
struct uzol *pravy;
|
struct uzol *pravy;
|
||||||
}
|
};
|
||||||
|
|
||||||
struct uzol* nacitaj_data() { // todo, rekurzivne pomazat z pamate
|
struct uzol* nacitaj_data() { // todo, rekurzivne pomazat z pamate
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user