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 44b2b26..3617d90 100644
--- a/big.h
+++ b/big.h
@@ -37,7 +37,7 @@ word big_pow(word,word);
word bigscan(char *);
void bigsetup(void);
word big_subtract(word,word);
-word bigtimes(word,word);
+word big_multiply(word,word);
word bigtostr(word);
word bigtostr8(word);
word bigtostrx(word);