This commit is contained in:
Peter Petrek 2021-10-21 22:06:19 +02:00
parent 2eed7096b9
commit 283efdaf55

View File

@ -14,7 +14,7 @@ struct zasobnik {
int main() { int main() {
struct zasobnik databaza[velkost]; struct zasobnik databaza[velkost];
char input[100]= {0}; char input[100]= {0};
int number = 0; float number = 0;
int counter = 0; int counter = 0;
while(fgets(input, sizeof(input), stdin) && strcmp( input, "\n" ) != 0 ){ while(fgets(input, sizeof(input), stdin) && strcmp( input, "\n" ) != 0 ){