6 lines
98 B
C
6 lines
98 B
C
|
|
struct gc;
|
|
|
|
struct value* gc_inc_external_refcount(
|
|
struct gc* gc,
|
|
struct value* value);
|