1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:57:44 +00:00

LibC: Implement tfind and tsearch

This commit is contained in:
Tim Schumacher 2021-09-27 00:50:51 +02:00 committed by Brian Gianforcaro
parent d045181375
commit 7448626bae
6 changed files with 265 additions and 0 deletions

View file

@ -33,6 +33,7 @@ set(LIBC_SOURCES
resolv.cpp
scanf.cpp
sched.cpp
search.cpp
serenity.cpp
shadow.cpp
signal.cpp