LibC: Implement glob{,free}

This commit is contained in:
2025-11-23 05:33:44 +02:00
parent 1f9b296ae7
commit c72b351bba
2 changed files with 218 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ set(LIBC_SOURCES
fnmatch.cpp
ftw.cpp
getopt.cpp
glob.cpp
grp.cpp
ifaddrs.cpp
inttypes.cpp