lambda-calculus/parse/position/free.h
2025-01-13 20:36:07 -06:00

7 lines
69 B
C

struct position;
void free_position(
struct position* this);