diff --git a/du5/program.c b/du5/program.c index 7281425..8636bd4 100644 --- a/du5/program.c +++ b/du5/program.c @@ -6,7 +6,7 @@ struct student { char name[SIZE]; int votes; -}attribute((packed)); +}; int find_student(struct student* students,int size, const char* name);