lisp-take-1/gc/linked_list/pop.h
2024-11-28 18:36:25 -06:00

4 lines
82 B
C

struct value* linked_list_pop(
struct linked_list* list,
size_t offset);