buffet
This commit is contained in:
parent
37b53ba884
commit
70691f19bd
@ -39,7 +39,8 @@ void search(struct tree* this){
|
|||||||
|
|
||||||
char buffer[5];
|
char buffer[5];
|
||||||
memset(buffer,0,5);
|
memset(buffer,0,5);
|
||||||
|
char* r = fgets(buffer,5,stdin);
|
||||||
|
|
||||||
if(fgets(buffer, 5, stdin) == NULL){
|
if(fgets(buffer, 5, stdin) == NULL){
|
||||||
printf("Koniec vstupu\n");
|
printf("Koniec vstupu\n");
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user