lambda-calc-1/number/set_int.h
2025-01-13 20:36:07 -06:00

8 lines
77 B
C

struct number;
void number_set_int(
struct number* this,
int x);