This commit is contained in:
Maryna Kravtsova 2020-11-22 17:13:43 +01:00
parent 37b53ba884
commit 70691f19bd

View File

@ -39,6 +39,7 @@ void search(struct tree* this){
char buffer[5];
memset(buffer,0,5);
char* r = fgets(buffer,5,stdin);
if(fgets(buffer, 5, stdin) == NULL){
printf("Koniec vstupu\n");