diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:30:25 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:30:25 -0400 |
commit | 600b548442dc0679f89b16ebb6225bdc4465db37 (patch) | |
tree | 7340c3853ec96ad4f80a7f54e0a9daf537faa589 /big.c | |
parent | e7f58c20306c0ff2878e5251951a77fb60a3b9b2 (diff) |
rename sto_int() to big_fromll()
Diffstat (limited to 'big.c')
-rw-r--r-- | big.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -373,7 +373,7 @@ int isnat(word x) } /* store C long long as mira bigint */ -word sto_int(long long i) +word big_fromll(long long i) { word sign = 0; |