8 lines
111 B
C
8 lines
111 B
C
|
|
struct string;
|
|
struct wcostream;
|
|
|
|
void string_write(
|
|
struct string* this,
|
|
struct wcostream* stream);
|
|
|