diff options
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |