diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:29:19 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:29:19 -0400 |
commit | e7f58c20306c0ff2878e5251951a77fb60a3b9b2 (patch) | |
tree | 6a4c0435e694bf8939a95e2fcafd817f13cc4132 /big.c | |
parent | a7a6a2229eaef80e55b6acaeb1cef4770ca91af2 (diff) |
rename get_int() big_toll()
Diffstat (limited to 'big.c')
-rw-r--r-- | big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -395,7 +395,7 @@ word sto_int(long long i) } /* mira bigint to C long long */ -long long get_int(word x) +long long big_toll(word x) { long long n = digit0(x); word sign = big_is_negative(x); |