LibC: Implement basename and dirname

This commit is contained in:
2024-12-02 02:39:03 +02:00
parent f4c6afbdae
commit cccb4e6d5e
2 changed files with 70 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ set(LIBC_SOURCES
ftw.cpp
grp.cpp
inttypes.cpp
libgen.cpp
locale.cpp
malloc.cpp
math.cpp