diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:38:19 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:38:19 -0400 |
commit | c0ec26a98f6b2828d971cb2df88c3e7b7b96e858 (patch) | |
tree | b6fcacb5feb8e6b533e384a127638b6ec631a2e5 /big.h | |
parent | b685352ab7b7567064725a13c8cc92e71010aa6f (diff) |
rename bigtimes() to big_multiply()
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |