8 lines
118 B
C
8 lines
118 B
C
|
|
#include <stdio.h>
|
|
|
|
struct stringtree;
|
|
|
|
void stringtree_print(
|
|
const struct stringtree* this,
|
|
FILE* stream);
|