diff options
Diffstat (limited to 'BigInt.h')
| -rw-r--r-- | BigInt.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -12,9 +12,6 @@ BigInt B_newstr(MemoryManager *mm, const char* str); BigInt B_newbytes(MemoryManager *mm, usize bytes); BigInt B_dup(MemoryManager *mm, const BigInt bigint); -BigInt B_newsum(MemoryManager *mm, BigInt a, BigInt b); -BigInt B_newsub(MemoryManager *mm, BigInt a, BigInt b); - /* Free */ Result B_free(BigInt *bigint); |
