summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
Diffstat (limited to 'big.h')
-rw-r--r--big.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/big.h b/big.h
index d291512..50099dd 100644
--- a/big.h
+++ b/big.h
@@ -28,8 +28,8 @@ double bigtodbl(word);
double biglog(word);
double biglog10(word);
int bigcmp(word,word);
-word bigdiv(word,word);
-word bigmod(word,word);
+word big_divide(word, word);
+word big_remainder(word,word);
word bignegate(word);
word bigoscan(char *,char *);
word bigplus(word,word);