From e7f58c20306c0ff2878e5251951a77fb60a3b9b2 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Mon, 28 Mar 2022 16:29:19 -0400 Subject: rename get_int() big_toll() --- big.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'big.h') diff --git a/big.h b/big.h index 50099dd..a650e5e 100644 --- a/big.h +++ b/big.h @@ -22,7 +22,7 @@ #define getsmallint(x) (hd[x]&SIGNBIT?-digit0(x):digit(x)) #define stosmallint(x) make(INT,(x)<0?SIGNBIT|(-(x)):(x),0) -long long get_int(word); +long long big_toll(word); word sto_int(long long); double bigtodbl(word); double biglog(word); -- cgit v1.2.1