aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/io.c b/io.c
index b6729ee..8306fb2 100644
--- a/io.c
+++ b/io.c
@@ -651,6 +651,13 @@ bfmt(struct wbuf *buf, const char *fmt, ...)
return ret;
}
+void
+gpritype(union type ty)
+{
+ efmt("%ty\n", ty);
+ ioflush(&bstderr);
+}
+
static uint pagesiz;
extern struct embedfile embedfilesdir[];