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.h | |
parent | a7a6a2229eaef80e55b6acaeb1cef4770ca91af2 (diff) |
rename get_int() big_toll()
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |