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

12 lines
132 B
C

struct ostream_inheritance;
struct ostream
{
const struct ostream_inheritance* inheritance;
unsigned refcount;
};