From b685352ab7b7567064725a13c8cc92e71010aa6f Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:37:33 -0400 Subject: rename bigsub() to big_subtract() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') diff --git a/big.h b/big.h index a8c3ae8..44b2b26 100644 --- a/big.h +++ b/big.h @@ -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); -- cgit v1.2.1