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

7 lines
84 B
C

struct statement;
struct statement* inc_statement(
struct statement* this);