4 lines
82 B
C
4 lines
82 B
C
|
|
struct value* linked_list_pop(
|
|
struct linked_list* list,
|
|
size_t offset);
|