write a dynamic file reader and remove str library

This commit is contained in:
2025-03-24 22:43:41 +02:00
parent fe095913f1
commit 6d0cbbb011
19 changed files with 104 additions and 2909 deletions

View File

@@ -2,7 +2,6 @@
#define MEMORY_H_
#include "array.h"
#include "str.h"
#include "types.h"
#include <assert.h>