lisp-take-1/stringtree/println.h
2024-11-28 18:36:25 -06:00

4 lines
80 B
C

void stringtree_println(
const struct stringtree* this,
FILE* stream);