diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 19:22:37 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-10 19:22:37 +0000 |
commit | 39b1d95bcdb6f6dfe17186a05798084234d0cc24 (patch) | |
tree | 734c03961470bd9ab50ed13bebcd4c2ea6eb3f38 /output.h | |
parent | ccededec13d91e8e79f8fbfdbad14c9f12fa214d (diff) |
added another output format
Diffstat (limited to 'output.h')
-rw-r--r-- | output.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ void printashtml(token t); void printasgn(token t); void printasgroff(token t); +void printastext(token t); |