koniec vstupu
This commit is contained in:
parent
cf06b0818f
commit
d8d75bd303
@ -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