Update POSIX file IO

This commit is contained in:
2026-01-03 03:13:42 +00:00
parent c2ca99cac4
commit 576699996f
4 changed files with 61 additions and 87 deletions

View File

@@ -12,6 +12,8 @@ BEGIN_C_LINKAGE
#ifdef WAPP_PLATFORM_POSIX
#define END_OF_LINE "\n"
struct WFile {
i32 fd;
};