buffet
This commit is contained in:
parent
1e0272f9e4
commit
b54643650e
@ -44,10 +44,10 @@ void search(struct tree* this){
|
||||
printf("Koniec vstupu\n");
|
||||
return;
|
||||
}
|
||||
//char* r = fgets(buffer,5,stdin);
|
||||
//int x = strlen(buffer);
|
||||
//buffer[x-1]='\0';
|
||||
|
||||
if(buffer[0] == '\n'){
|
||||
printf("Koniec vstupu\n");
|
||||
return;
|
||||
}
|
||||
if(buffer[0] == '\n'){
|
||||
char* r = fgets(buffer,5,stdin);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user