lambda-calc-1/stringtree/println.h
2025-01-13 20:36:07 -06:00

8 lines
125 B
C

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