6 lines
74 B
C
6 lines
74 B
C
|
|
struct stringtree;
|
|
|
|
void free_stringtree(
|
|
struct stringtree* this);
|
|
|