diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:37:33 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:37:33 -0400 |
commit | b685352ab7b7567064725a13c8cc92e71010aa6f (patch) | |
tree | 489821c61b9b9fa64d55e8a58bcc14d9e8e8b305 /big.h | |
parent | 5e3239b785ecd81cf9451d4da420dca916a00ad4 (diff) |
rename bigsub() to big_subtract()
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ word big_add(word,word); word big_pow(word,word); word bigscan(char *); void bigsetup(void); -word bigsub(word,word); +word big_subtract(word,word); word bigtimes(word,word); word bigtostr(word); word bigtostr8(word); |