bof
This commit is contained in:
parent
72d965931d
commit
ea524c2757
@ -83,6 +83,7 @@ int read_pizza(struct pizza* item){
|
||||
memset(line,0,LINE_SIZE);
|
||||
char* r = fgets(line,LINE_SIZE,stdin);
|
||||
trim(line);
|
||||
printf("%s\n",line);
|
||||
if(r != NULL && line[1] != 0){
|
||||
char line2[LINE_SIZE];
|
||||
memset(line2,0,LINE_SIZE);
|
||||
|
BIN
cv1/program.exe
BIN
cv1/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user