5 lines
108 B
C
5 lines
108 B
C
|
|
void linked_list_remove(
|
|
struct linked_list* list,
|
|
struct value* element,
|
|
size_t link_offset);
|