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

3 lines
55 B
C

struct value* gc_allocate_node(
struct gc* this);