From c0ec26a98f6b2828d971cb2df88c3e7b7b96e858 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:38:19 -0400 Subject: rename bigtimes() to big_multiply() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') diff --git a/big.h b/big.h index 44b2b26..3617d90 100644 --- a/big.h +++ b/big.h @@ -37,7 +37,7 @@ word big_pow(word,word); word bigscan(char *); void bigsetup(void); word big_subtract(word,word); -word bigtimes(word,word); +word big_multiply(word,word); word bigtostr(word); word bigtostr8(word); word bigtostrx(word); -- cgit v1.2.1