lisp-take-1/value/integer/new.h
2024-11-28 18:36:25 -06:00

4 lines
74 B
C

struct value* new_integer_value(
struct gc* gc,
intmax_t value);