10 lines
136 B
C
10 lines
136 B
C
|
|
struct wcostream_inheritance;
|
|
|
|
struct wcostream
|
|
{
|
|
const struct wcostream_inheritance* inheritance;
|
|
|
|
unsigned refcount;
|
|
};
|
|
|