lisp-take-1/gc/inc_external_refcount.h

6 lines
98 B
C

struct gc;
struct value* gc_inc_external_refcount(
struct gc* gc,
struct value* value);