aaca
This commit is contained in:
parent
2a4e8cf8e5
commit
906b641e12
@ -25,7 +25,7 @@ int main(){
|
||||
char* r = fgets(line,LINE_SIZE,stdin);
|
||||
trim(line);
|
||||
if(r != NULL && line[1] != 0){
|
||||
printf("Zadaj jedalny listok\n");
|
||||
printf("Zadaj jedalny listok:\n");
|
||||
struct pizza item;
|
||||
while(read_pizza(&item)){
|
||||
strcpy(jedalny_listok[counter].name, item.name);
|
||||
|
BIN
cv1/program.exe
BIN
cv1/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user