Implemented memory management

This commit is contained in:
2020-11-03 16:42:53 +01:00
parent bc6c2bd0c1
commit fba1b6487f
4 changed files with 107 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ project(caff_previewer C)
set(CMAKE_C_STANDARD 11)
add_executable(caff_previewer src/main.c)
add_executable(caff_previewer src/main.c src/magic_memory.c src/magic_memory.h)