aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-07-02 19:02:17 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-07-02 19:02:17 -0400
commita0c24cda8b41254c97fe6017523779ec7e6abe6b (patch)
tree4bcc069ee53791d58009c509e7ba011fd38d5f77 /pc.h
Initial Commit
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*);