LibC: Implement basic dirent functionality

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

View File

@@ -5,6 +5,7 @@ project(libc CXX ASM)
set(LIBC_SOURCES
assert.cpp
ctype.cpp
dirent.cpp
fcntl.cpp
printf_impl.cpp
stdio.cpp