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

@ -23,6 +23,8 @@ extern "C"
{
#endif // __cplusplus
#include <sys/types.h>
typedef struct f_owner_ex
{
int type; /* Discriminator for pid. */