aboutsummaryrefslogtreecommitdiff
path: root/c/printer.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/printer.h')
-rw-r--r--c/printer.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/printer.h b/c/printer.h
new file mode 100644
index 0000000..b3f389a
--- /dev/null
+++ b/c/printer.h
@@ -0,0 +1,9 @@
+#ifndef __MAL_PRINTER__
+#define __MAL_PRINTER__
+
+#include "types.h"
+
+char *_pr_str_args(MalVal *args, char *sep, int print_readably);
+char *_pr_str(MalVal *obj, int print_readably);
+
+#endif