10 lines
165 B
C
10 lines
165 B
C
|
|
#include <stddef.h>
|
|
|
|
struct wcostream_inheritance;
|
|
|
|
struct wcostream* new_wcostream(
|
|
const struct wcostream_inheritance* inheritance,
|
|
size_t alloc_size);
|
|
|
|
|