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

8 lines
111 B
C

struct string;
struct wcostream;
void string_write(
struct string* this,
struct wcostream* stream);