9 lines
164 B
C
9 lines
164 B
C
|
|
#include <stddef.h>
|
|
|
|
struct wcistream_inheritance;
|
|
|
|
struct wcistream* new_wcistream(
|
|
const struct wcistream_inheritance* inheritance,
|
|
size_t alloc_size);
|
|
|