lisp-take-1/stringtree/print.h

8 lines
118 B
C

#include <stdio.h>
struct stringtree;
void stringtree_print(
const struct stringtree* this,
FILE* stream);