LibC: Implement basename and dirname

This commit is contained in:
2024-12-02 20:13:37 +02:00
parent f4c6afbdae
commit cccb4e6d5e
2 changed files with 70 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ set(LIBC_SOURCES
ftw.cpp
grp.cpp
inttypes.cpp
libgen.cpp
locale.cpp
malloc.cpp
math.cpp