INITIAL COMMIT

This commit is contained in:
2024-01-20 21:37:22 +00:00
commit f1b29d1c3f
7 changed files with 379 additions and 0 deletions

12
example_build Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/bash
INCLUDE=" \
-Ialiases \
-Icpath/include \
-Idstr/include \
"
SRC=" \
cpath/src/*.c \
dstr/src/*.c \
"