summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:29:19 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:29:19 -0400
commite7f58c20306c0ff2878e5251951a77fb60a3b9b2 (patch)
tree6a4c0435e694bf8939a95e2fcafd817f13cc4132 /big.h
parenta7a6a2229eaef80e55b6acaeb1cef4770ca91af2 (diff)
rename get_int() big_toll()
Diffstat (limited to 'big.h')
-rw-r--r--big.h2
1 files changed, 1 insertions, 1 deletions
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);