LibC: Implement getopt_long{,_only}

Few ports attempt to use this so lets add them :D
This commit is contained in:
2025-08-11 18:36:46 +03:00
parent c9355ad94a
commit fde4d4662e
6 changed files with 239 additions and 89 deletions

View File

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