5 lines
63 B
C
5 lines
63 B
C
|
|
struct gc;
|
|
|
|
struct value* new_null_value(
|
|
struct gc* gc);
|
|
|
struct gc;
|
|
|
|
struct value* new_null_value(
|
|
struct gc* gc);
|