LibC: implement endpwent(), getpwent() and setpwent()

This commit is contained in:
2023-07-13 11:22:09 +03:00
parent 72041a52e8
commit 985df3532b
2 changed files with 114 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ set(LIBC_SOURCES
dirent.cpp
fcntl.cpp
printf_impl.cpp
pwd.cpp
stdio.cpp
stdlib.cpp
string.cpp