diff --git a/program.c b/program.c index 72a7e3d..a71fc0f 100644 --- a/program.c +++ b/program.c @@ -5,6 +5,7 @@ #define LINESIZE 100 + struct pizza{ char name[LINESIZE]; float prize;