lisp-take-1/gc/allocate_node.h

5 lines
67 B
C

struct gc;
struct value* gc_allocate_node(
struct gc* this);