lambda-calculus/stringtree/print.h
2025-01-13 20:36:07 -06:00

9 lines
124 B
C

struct wcostream;
struct stringtree;
void stringtree_print(
struct stringtree* this,
struct wcostream* stream);