summaryrefslogtreecommitdiff
path: root/output.h
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-10 19:22:37 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-10 19:22:37 +0000
commit39b1d95bcdb6f6dfe17186a05798084234d0cc24 (patch)
tree734c03961470bd9ab50ed13bebcd4c2ea6eb3f38 /output.h
parentccededec13d91e8e79f8fbfdbad14c9f12fa214d (diff)
added another output format
Diffstat (limited to 'output.h')
-rw-r--r--output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/output.h b/output.h
index 734968b..f33636b 100644
--- a/output.h
+++ b/output.h
@@ -3,3 +3,4 @@
void printashtml(token t);
void printasgn(token t);
void printasgroff(token t);
+void printastext(token t);