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:
parent
8fbcfa934a
commit
afdc5688ec
5 changed files with 177 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue