summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
Diffstat (limited to 'big.h')
-rw-r--r--big.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/big.h b/big.h
index d13e3a9..325754a 100644
--- a/big.h
+++ b/big.h
@@ -27,7 +27,7 @@ word big_fromll(long long);
double big_tod(word);
double big_log(word);
double big_log10(word);
-int bigcmp(word,word);
+int big_compare(word,word);
word big_divide(word, word);
word big_remainder(word,word);
word bignegate(word);