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 6a98f12..a8c3ae8 100644
--- a/big.h
+++ b/big.h
@@ -33,7 +33,7 @@ word big_remainder(word,word);
word big_negate(word);
word bigoscan(char *,char *);
word big_add(word,word);
-word bigpow(word,word);
+word big_pow(word,word);
word bigscan(char *);
void bigsetup(void);
word bigsub(word,word);