aboutsummaryrefslogtreecommitdiff
path: root/inc/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/print.h')
-rw-r--r--inc/print.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/print.h b/inc/print.h
new file mode 100644
index 0000000..e2f7aa2
--- /dev/null
+++ b/inc/print.h
@@ -0,0 +1,12 @@
+// Copyright (c) 2024, Marvin Borner <dev@marvinborner.de>
+// SPDX-License-Identifier: MIT
+
+#ifndef PRINT_H
+#define PRINT_H
+
+#include <term.h>
+
+void print_bruijn(Term *term);
+void print_blc(Term *term);
+
+#endif