Update linked_list.c
This commit is contained in:
parent
35fe5cb6f6
commit
7343039dc9
1 changed files with 1 additions and 3 deletions
|
|
@ -165,5 +165,3 @@ typedef struct save_args {
|
|||
int remove_##name(name* _list, type element) { \
|
||||
return foreach_##name(_list, _remove_##name, (void*)&element); \
|
||||
}
|
||||
|
||||
CREATE_LIST(list, int)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue