Implement POSIX file IO

This commit is contained in:
2026-01-02 22:57:12 +00:00
parent a07f05d1a3
commit c2ca99cac4
8 changed files with 274 additions and 136 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "wapp_os.h"
#include "file/file.c"
#include "file/posix/file_posix.c"
#include "shell/termcolour/posix/termcolour_posix.c"
#include "shell/termcolour/win/termcolour_win.c"
#include "shell/termcolour/termcolour.c"