LibC: Implement fnmatch

This commit is contained in:
2025-08-10 19:13:49 +03:00
parent af0bca74e4
commit c96c264801
2 changed files with 81 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(LIBC_SOURCES
errno.cpp
fcntl.cpp
fenv.cpp
fnmatch.cpp
ftw.cpp
grp.cpp
ifaddrs.cpp