summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:35:55 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:35:55 -0400
commit84695a80b3704b18568d159f150f8435b8646114 (patch)
tree8e6061fe4429ca1f31a9393fb855bee587bf9e60 /big.h
parentfba0a90c7d18a2350d3a5f5da1d9b47c7763d557 (diff)
rename bigplus() to big_add()
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 d0a1495..6a98f12 100644
--- a/big.h
+++ b/big.h
@@ -32,7 +32,7 @@ word big_divide(word, word);
word big_remainder(word,word);
word big_negate(word);
word bigoscan(char *,char *);
-word bigplus(word,word);
+word big_add(word,word);
word bigpow(word,word);
word bigscan(char *);
void bigsetup(void);