summaryrefslogtreecommitdiff
path: root/big.h
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-28 16:30:25 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-28 16:30:25 -0400
commit600b548442dc0679f89b16ebb6225bdc4465db37 (patch)
tree7340c3853ec96ad4f80a7f54e0a9daf537faa589 /big.h
parente7f58c20306c0ff2878e5251951a77fb60a3b9b2 (diff)
rename sto_int() to big_fromll()
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 a650e5e..3a1ef69 100644
--- a/big.h
+++ b/big.h
@@ -23,7 +23,7 @@
#define stosmallint(x) make(INT,(x)<0?SIGNBIT|(-(x)):(x),0)
long long big_toll(word);
-word sto_int(long long);
+word big_fromll(long long);
double bigtodbl(word);
double biglog(word);
double biglog10(word);