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