lib: c: io: implement standard FILE and DIR interfaces

This commit is contained in:
2026-03-25 20:21:12 +00:00
parent b975256cb9
commit 96784f611f
21 changed files with 599 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@
#define SEEK_CUR 1
#define SEEK_END 2
typedef size_t ino_t;
struct dentry {
unsigned long d_ino;
unsigned short d_reclen;