lambda-calc-1/wcostream/ostream/struct.h
2025-01-13 20:36:07 -06:00

12 lines
134 B
C

#include "../struct.h"
struct ostream;
struct ostream_wcostream
{
struct wcostream super;
struct ostream* stream;
};