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

8 lines
104 B
C

void linked_list_append(
struct linked_list* this,
struct value* value,
size_t offset);