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

7 lines
72 B
C

struct ostream;
void free_file_ostream(
struct ostream* super);