userspace/libc: implement std more functions

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-01-27 23:30:07 +02:00
parent f5a813380b
commit 2f71bccef2
15 changed files with 597 additions and 55 deletions

View File

@ -59,7 +59,7 @@ extern "C"
#define DT_TMO
int alphasort(const struct dirent **, const struct dirent **);
int closedir(DIR *);
int closedir(DIR *dirp);
int dirfd(DIR *);
DIR *fdopendir(int);
DIR *opendir(const char *);