4 lines
74 B
C
4 lines
74 B
C
|
|
struct value* new_integer_value(
|
|
struct gc* gc,
|
|
intmax_t value);
|