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

7 lines
60 B
C

struct token;
void free_token(
struct token* this);