From 84695a80b3704b18568d159f150f8435b8646114 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:35:55 -0400 Subject: rename bigplus() to big_add() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') 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); -- cgit v1.2.1