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