test3
This commit is contained in:
parent
2eed7096b9
commit
283efdaf55
@ -14,7 +14,7 @@ struct zasobnik {
|
||||
int main() {
|
||||
struct zasobnik databaza[velkost];
|
||||
char input[100]= {0};
|
||||
int number = 0;
|
||||
float number = 0;
|
||||
int counter = 0;
|
||||
|
||||
while(fgets(input, sizeof(input), stdin) && strcmp( input, "\n" ) != 0 ){
|
||||
|
Loading…
Reference in New Issue
Block a user