diff options
Diffstat (limited to 'BigInt.h')
| -rw-r--r-- | BigInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ Result B_lshift(BigInt *x, usize shift); /* Get */ -usize B_bytes(const BigInt x); +usize B_bits(const BigInt x); usize B_bitwidth(const BigInt x); char* B_tostr(MemoryManager *mm, const BigInt x); |
