This commit is contained in:
Valér Jakubčo 2021-11-26 03:49:00 +01:00
parent 55dad663a4
commit 37133147fb

View File

@ -49,6 +49,7 @@ void remove_tree(struct node* node){
free(node);
}
}
//comment
void ask(struct node* tree){
printf("%s", tree->data);