Initializacia
This commit is contained in:
parent
8d07713b65
commit
8a8974112a
@ -34,6 +34,7 @@ struct tree* load_tree() {
|
|||||||
node->right = load_tree();
|
node->right = load_tree();
|
||||||
}
|
}
|
||||||
return node;
|
return node;
|
||||||
|
}
|
||||||
|
|
||||||
void run_tree(struct tree* tree) {
|
void run_tree(struct tree* tree) {
|
||||||
if (!tree) {
|
if (!tree) {
|
||||||
|
Loading…
Reference in New Issue
Block a user