buffet
This commit is contained in:
parent
70691f19bd
commit
34cfbac698
@ -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] == '*'){
|
||||||
|
Loading…
Reference in New Issue
Block a user