aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pc.h b/pc.h
new file mode 100644
index 0000000..009e3ff
--- /dev/null
+++ b/pc.h
@@ -0,0 +1,5 @@
+char* pretty_type(int);
+
+void debug_print(int, union YYSTYPE*);
+
+int yyerror(char*);