12 lines
132 B
C
12 lines
132 B
C
|
|
struct ostream_inheritance;
|
|
|
|
struct ostream
|
|
{
|
|
const struct ostream_inheritance* inheritance;
|
|
|
|
unsigned refcount;
|
|
};
|
|
|
|
|
|
|