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

6 lines
71 B
C

struct number;
struct number* inc_number(
struct number* this);