aboutsummaryrefslogtreecommitdiff
path: root/BigInt.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-05-28 16:09:10 +0300
committerSyndamia <kamen@syndamia.com>2026-07-12 09:14:06 +0300
commit7d15a8963811ee4141a824de7cd7494132cb2d3e (patch)
tree4beb97f8dd33ba1ce56fcb05b38a0428d1bead97 /BigInt.h
parent5ada8e81f9ba039da2469ba694a9b6f5a91a8c87 (diff)
downloadfoollib-7d15a8963811ee4141a824de7cd7494132cb2d3e.tar
foollib-7d15a8963811ee4141a824de7cd7494132cb2d3e.tar.gz
foollib-7d15a8963811ee4141a824de7cd7494132cb2d3e.zip
feat: Remove newX functions
Diffstat (limited to 'BigInt.h')
-rw-r--r--BigInt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/BigInt.h b/BigInt.h
index db04c5d..9eb52a4 100644
--- a/BigInt.h
+++ b/BigInt.h
@@ -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);