1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 06:17:34 +00:00

LibC: Implement dirname() and basename()

And write section 3 man pages for them.
This commit is contained in:
Sergey Bugaev 2019-10-02 22:40:52 +03:00 committed by Andreas Kling
parent 8fbcfa934a
commit afdc5688ec
5 changed files with 177 additions and 1 deletions

View file

@ -51,7 +51,8 @@ LIBC_OBJS = \
arpa/inet.o \
netdb.o \
sched.o \
dlfcn.o
dlfcn.o \
libgen.o
ASM_OBJS = setjmp.ao crti.ao crtn.ao