5 lines
67 B
C
5 lines
67 B
C
|
|
struct gc;
|
|
|
|
struct value* gc_allocate_node(
|
|
struct gc* this);
|