9 lines
124 B
C
9 lines
124 B
C
|
|
struct wcostream;
|
|
struct stringtree;
|
|
|
|
void stringtree_print(
|
|
struct stringtree* this,
|
|
struct wcostream* stream);
|
|
|
|
|