API: Properly moved and configured char to new headers for cleaner api calls for later. Now I can add and cleanup easier

This commit is contained in:
Andrew Haynes
2026-05-05 14:38:51 -04:00
parent 48f064d626
commit 8e118a813f
4 changed files with 306 additions and 223 deletions
+1
View File
@@ -7,6 +7,7 @@ project(libvec LANGUAGES C)
set(SOURCES
src/main.c
src/char.c
)
add_executable(libvec ${SOURCES})