submition4
This commit is contained in:
parent
98a814b27a
commit
166862dcaa
@ -115,14 +115,5 @@ struct students* sort_students(struct students* list_of_students_to_sort){
|
|||||||
return first_element;
|
return first_element;
|
||||||
}
|
}
|
||||||
|
|
||||||
void printer(struct students* head)
|
|
||||||
{
|
|
||||||
puts("===========================");
|
|
||||||
struct students* next_element=head;
|
|
||||||
while(next_element!=NULL){
|
|
||||||
printf("%s",next_element->name);
|
|
||||||
next_element=next_element->next_student;
|
|
||||||
}
|
|
||||||
puts("========== END ============");
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user