mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
LibC: Stub out tdelete
This commit is contained in:
parent
4b423a5ec7
commit
a66c358c52
2 changed files with 7 additions and 0 deletions
|
@ -17,6 +17,7 @@ typedef enum {
|
|||
|
||||
void* tsearch(const void*, void**, int (*)(const void*, const void*));
|
||||
void* tfind(const void*, void* const*, int (*)(const void*, const void*));
|
||||
void* tdelete(const void*, void**, int (*)(const void*, const void*));
|
||||
void twalk(const void*, void (*)(const void*, VISIT, int));
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue