summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.h b/functions.h
index 102565b..6539b21 100644
--- a/functions.h
+++ b/functions.h
@@ -34,6 +34,7 @@ BOOL MLKFixnumP (id thing);
BOOL MLKInstanceP (id thing);
intptr_t MLKIntWithFixnum (id fixnum);
+intptr_t MLKIntWithInteger (id integer);
id MLKFixnumWithInt (intptr_t value);
id MLKIntegerWithInt (intptr_t value);
id MLKCanoniseInteger (MLKInteger *x);