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

5 lines
70 B
C

struct wcistream;
void free_wcistream(
struct wcistream* this);