8 lines
125 B
C
8 lines
125 B
C
|
|
struct wcostream;
|
|
struct stringtree;
|
|
|
|
void stringtree_println(
|
|
struct stringtree* this,
|
|
struct wcostream* stream);
|
|
|