From 1ff08c03752688d8269d8d93113fcc74e6f52f02 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:39:12 -0400 Subject: rename dbltobig() to big_fromd() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') diff --git a/big.h b/big.h index 3617d90..760944d 100644 --- a/big.h +++ b/big.h @@ -42,7 +42,7 @@ word bigtostr(word); word bigtostr8(word); word bigtostrx(word); word bigxscan(char *,char *); -word dbltobig(double); +word big_fromd(double); int isnat(word); word strtobig(word,int); -- cgit v1.2.1