test
This commit is contained in:
parent
5879df953a
commit
427be0c780
@ -51,7 +51,7 @@ int main() {
|
|||||||
count++; // Zvyšujeme count pre každú načítanú položku
|
count++; // Zvyšujeme count pre každú načítanú položku
|
||||||
|
|
||||||
if (strstr(decoded_item, decoded_search) != NULL) {
|
if (strstr(decoded_item, decoded_search) != NULL) {
|
||||||
printf("%s\n%s\n", menu_item, price);
|
printf("%s\n%.2f\n", menu_item, price);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user