summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/fns.h b/fns.h
index 2238d56..4c8b682 100644
--- a/fns.h
+++ b/fns.h
@@ -76,4 +76,8 @@ Term *listhead(Term *);
Term *listtail(Term *);
/* arithmetic.c */
-Term *aritheval(Term *, int *); \ No newline at end of file
+Term *aritheval(Term *, int *);
+
+/* garbage.c */
+void *gmalloc(ulong);
+vlong collectgarbage(void); \ No newline at end of file