From 238ec353f2c086a6c6148ce5620d028a55022dff Mon Sep 17 00:00:00 2001 From: Andrii Hermaniuk Date: Thu, 7 Apr 2022 15:45:42 +0200 Subject: [PATCH] ds --- du5/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);