summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:35:15 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:35:15 -0400
commitfba0a90c7d18a2350d3a5f5da1d9b47c7763d557 (patch)
tree5f022d17e0850083df603660d854803185366be6 /big.h
parent8d2224f1227e8da595ff4db29d805908a91609bf (diff)
rename bignegate() to big_negate()
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 325754a..d0a1495 100644
--- a/big.h
+++ b/big.h
@@ -30,7 +30,7 @@ double big_log10(word);
int big_compare(word,word);
word big_divide(word, word);
word big_remainder(word,word);
-word bignegate(word);
+word big_negate(word);
word bigoscan(char *,char *);
word bigplus(word,word);
word bigpow(word,word);