This commit is contained in:
Maryna Kravtsova 2020-11-22 17:14:58 +01:00
parent 70691f19bd
commit 34cfbac698

View File

@ -46,9 +46,9 @@ void search(struct tree* this){
exit(0); exit(0);
} }
if(buffer[0] == '\n'){ /*if(buffer[0] == '\n'){
char* r = fgets(buffer,5,stdin); char* r = fgets(buffer,5,stdin);
} } */
if(buffer[0] == 'a'){ if(buffer[0] == 'a'){
if(this->left->value[0] == '*'){ if(this->left->value[0] == '*'){