Added string_{new,clone,concat,contains,slice,eq}
Some checks failed
clang-build / clang-build (push) Failing after 24s
gcc-build / gcc-build (push) Failing after 4s

This commit is contained in:
2026-03-13 11:39:50 +01:00
parent 110ccae8b9
commit 55b14ee949
3 changed files with 325 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ TEST_M_TARGET = test_map
TEST_B_TARGET = test_bigint
BENCH_TARGET = benchmark_datum
LIB_OBJS = $(OBJ_DIR)/vector.o $(OBJ_DIR)/map.o $(OBJ_DIR)/bigint.o
LIB_OBJS = $(OBJ_DIR)/vector.o $(OBJ_DIR)/map.o $(OBJ_DIR)/bigint.o $(OBJ_DIR)/string.o
PROG_OBJS = $(OBJ_DIR)/usage.o
.PHONY: all clean