ds
This commit is contained in:
parent
124c790835
commit
238ec353f2
@ -6,7 +6,7 @@
|
||||
struct student {
|
||||
char name[SIZE];
|
||||
int votes;
|
||||
}attribute((packed));
|
||||
};
|
||||
|
||||
|
||||
int find_student(struct student* students,int size, const char* name);
|
||||
|
Loading…
Reference in New Issue
Block a user