alal
This commit is contained in:
parent
0263d6dbcd
commit
697f39dbd6
@ -45,8 +45,8 @@ int main() {
|
||||
break;
|
||||
}
|
||||
strncpy(list[buf].name, meno_buf, LINE_SIZE);
|
||||
list[buf].price= price;
|
||||
count++;
|
||||
list[buf].price= cena;
|
||||
buf++;
|
||||
}
|
||||
qsort(list, buf, sizeof(struct pizza), porovnaj);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user