diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:34:27 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 16:34:27 -0400 |
commit | 8d2224f1227e8da595ff4db29d805908a91609bf (patch) | |
tree | 2c335138a02fa3b507fe034195dd13cccff0b553 /big.h | |
parent | e1d7c2294075f5a59e276bb2dd7af79772443234 (diff) |
rename bigcmp() to big_compare()
Diffstat (limited to 'big.h')
-rw-r--r-- | big.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ word big_fromll(long long); double big_tod(word); double big_log(word); double big_log10(word); -int bigcmp(word,word); +int big_compare(word,word); word big_divide(word, word); word big_remainder(word,word); word bignegate(word); |