aacafasd
This commit is contained in:
parent
7058b65de8
commit
2a4e8cf8e5
@ -5,7 +5,7 @@
|
||||
|
||||
#define LINESIZE 100
|
||||
#define LINE_SIZE 100
|
||||
#define POCET_JEDAL 100
|
||||
#define POCET_JEDAL 3
|
||||
struct pizza {
|
||||
float prize;
|
||||
char name[LINESIZE];
|
||||
@ -33,6 +33,10 @@ int main(){
|
||||
//printf("%s",jedalny_listok[counter].name);
|
||||
//printf("%s",item.name);
|
||||
counter += 1;
|
||||
if (counter>=POCET_JEDAL)
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
//printf("%d\n",counter);
|
||||
|
BIN
cv1/program.exe
BIN
cv1/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user