From 7441a0947cada8534adf48fa41e2d4471dfdeffc Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Thu, 8 Jul 2021 00:16:30 +0000 Subject: Implement the full arithmetic part of the ISO spec. --- fns.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fns.h') diff --git a/fns.h b/fns.h index d548d6e..2af6b2b 100644 --- a/fns.h +++ b/fns.h @@ -72,3 +72,6 @@ int isemptylist(Term *); int isnonemptylist(Term *); Term *listhead(Term *); Term *listtail(Term *); + +/* arithmetic.c */ +Term *aritheval(Term *, int *); \ No newline at end of file -- cgit v1.2.3