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

7 lines
72 B
C

struct statement;
void free_statement(
struct statement* this);