summaryrefslogtreecommitdiff
path: root/MLKInteger.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 20:55:03 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 20:55:03 +0200
commitb11b87db720955acae99a558ef18dd5b6995022d (patch)
tree9c59016bc43edfccc3a98080a0fe7c6d943b7331 /MLKInteger.h
parente10c42925058f0fbaa1a3398ddfa9441b33a4e72 (diff)
MLKDynamicContext#+initialize: Initialise the package system and set up the global dynamic context.
Diffstat (limited to 'MLKInteger.h')
-rw-r--r--MLKInteger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKInteger.h b/MLKInteger.h
index 57687b4..c651bab 100644
--- a/MLKInteger.h
+++ b/MLKInteger.h
@@ -34,11 +34,13 @@
-(MLKInteger *) initWithString:(NSString *)string
negative:(BOOL)negative
base:(unsigned int)base;
+-(MLKInteger *) initWithInt:(int)intValue;
+(MLKInteger *) integerWithMPZ:(mpz_t)mpz;
+(MLKInteger *) integerWithString:(NSString *)string
negative:(BOOL)negative
base:(unsigned int)base;
++(MLKInteger *) integerWithInt:(int)intValue;
-(int) intValue;