LibC: Implement basic dirent functionality

We don't currently support seeking
This commit is contained in:
Bananymous
2023-06-11 00:19:20 +03:00
parent 825ec221b7
commit 24f0d26fce
3 changed files with 95 additions and 2 deletions

View File

@@ -10,8 +10,8 @@ __BEGIN_DECLS
#define __need_ino_t
#include <sys/types.h>
struct DIR;
typedef struct DIR DIR;
struct __DIR;
typedef struct __DIR DIR;
struct dirent
{