add string type

This commit is contained in:
2026-07-10 04:18:51 -05:00
parent 34b49d6090
commit 96e1a8e0d6
5 changed files with 94 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ BUILD_DIR := build
TEST_BUILD_DIR := $(BUILD_DIR)/test
TEST_BUILD_FILES := $(TEST_BUILD_DIR)/test.o \
$(TEST_BUILD_DIR)/array.o \
$(TEST_BUILD_DIR)/string.o \
INCLUDE_INSTALL_PATH := /usr/local/include/LTypes