daco
This commit is contained in:
parent
d8d75bd303
commit
564559761d
@ -50,7 +50,7 @@ void remove_tree(struct node* node){
|
|||||||
free(node);
|
free(node);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//comment
|
|
||||||
void ask(struct node* tree){
|
void ask(struct node* tree){
|
||||||
printf("%s", tree->data);
|
printf("%s", tree->data);
|
||||||
if(tree->data[0] == '*'){
|
if(tree->data[0] == '*'){
|
||||||
|
Loading…
Reference in New Issue
Block a user