moved functions code to separate files

This commit is contained in:
2025-11-26 16:26:01 +05:00
parent 52870920c1
commit 048542d079
28 changed files with 1594 additions and 1511 deletions

View File

@@ -37,7 +37,7 @@ OBJDIR="obj"
OUTDIR="bin"
STATIC_LIB_FILE="$PROJECT.a"
INCLUDE="-I./include -I../tlibc/include"
INCLUDE="-Isrc -Iinclude -I../tlibc/include"
# OS-specific options
case "$OS" in