Skip to content
Snippets Groups Projects
Commit df95d0ce authored by Anton Magnusson's avatar Anton Magnusson
Browse files

Update linkedlist.h

parent 9001afe6
No related branches found
No related tags found
No related merge requests found
......@@ -25,4 +25,4 @@ void input_sorted(struct list_item *first, int x);
/**
* free everything dynamically allocated
*/
void clear(struct list_item *first);
\ No newline at end of file
void clear(struct list_item *first);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment