diff options
author | Joel Kronqvist <joelkronqvist@proton.me> | 2024-04-07 13:31:07 +0300 |
---|---|---|
committer | Joel Kronqvist <joelkronqvist@proton.me> | 2024-04-07 13:41:46 +0300 |
commit | 4ff6a08d73f0ef1e2fcb7a93a74cc6fa66c24e2b (patch) | |
tree | 40694627aac44a3f1eb52293b830337b81af69fb /intmath.h | |
parent | f975594e55bdc05ee436bc7bdcd6e09aec5357b1 (diff) | |
download | stdu-4ff6a08d73f0ef1e2fcb7a93a74cc6fa66c24e2b.tar.gz stdu-4ff6a08d73f0ef1e2fcb7a93a74cc6fa66c24e2b.zip |
Bigger `bytes_read` & removed redundant code handling impossible signed `bytes_read`
Diffstat (limited to 'intmath.h')
-rw-r--r-- | intmath.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ int int_pown(unsigned int base, unsigned int exp); +unsigned long long ull_pown(unsigned int base, unsigned int exp); int int_pow10(unsigned int exp); int int_floor(int x, int precision); int int_ceil(int x, int precision); |