summaryrefslogtreecommitdiff
path: root/s4/fns.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-31 16:07:55 +0000
committerrodri <rgl@antares-labs.eu>2024-08-31 16:07:55 +0000
commitb94627b33d055c0d644480c9100d19c6318ed9c1 (patch)
tree90621333ad3865b1c2e675adf00d062f7907b566 /s4/fns.h
parent8cca4d1fe83f792d0f3c5dd897611ea2ff441de0 (diff)
downloadrhoc-front.tar.gz
rhoc-front.tar.bz2
rhoc-front.zip
stage 4 (incomplete).front
Diffstat (limited to 's4/fns.h')
-rw-r--r--s4/fns.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/s4/fns.h b/s4/fns.h
new file mode 100644
index 0000000..e868440
--- /dev/null
+++ b/s4/fns.h
@@ -0,0 +1,7 @@
+Symbol *install(char *, int, double);
+Symbol *lookup(char *);
+double round(double);
+void init(void);
+void *emalloc(ulong);
+
+int yyparse(void);