]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <Kevin@kevux.org>
Sat, 1 Jun 2024 05:50:46 +0000 (00:50 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 1 Jun 2024 05:50:46 +0000 (00:50 -0500)
commit433af5bfc865863005c9f6565df0ac93eba97309
tree1db421dc9f69c611fbeb1efafe744569ed30723b
parent6c302209bb5b770909c05dea99b84bc9a13e77f3
Progress: Continue migrating the project.
20 files changed:
data/build/settings
sources/c/controller/controller.c
sources/c/controller/controller.h
sources/c/controller/main.c
sources/c/init/init.c
sources/c/init/init.h
sources/c/init/main.c
sources/c/main/common.c
sources/c/main/common/enumeration.h
sources/c/main/common/print.c
sources/c/main/common/print.h
sources/c/main/common/type/global.h
sources/c/main/common/type/instance.h
sources/c/main/common/type/thread.h
sources/c/main/controller.h
sources/c/main/print/error.c
sources/c/main/print/error.h
sources/c/main/process.c [new file with mode: 0644]
sources/c/main/process.h [new file with mode: 0644]
sources/c/main/thread/entry.c