lisp-take-1/value/null/new.h

5 lines
63 B
C

struct gc;
struct value* new_null_value(
struct gc* gc);