Go to the source code of this file.
|
| void * | tdelete (const void *__restrict, void **__restrict, int(*)(const void *, const void *)) |
| |
| void * | tfind (const void *, void *const *, int(*)(const void *, const void *)) |
| |
| void * | tsearch (const void *, void **, int(*)(const void *, const void *)) |
| |
◆ tdelete()
| void* tdelete |
( |
const void * |
__restrict, |
|
|
void ** |
__restrict, |
|
|
int(*)(const void *, const void *) |
|
|
) |
| |
◆ tfind()
| void* tfind |
( |
const void * |
vkey, |
|
|
void *const * |
vrootp, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |
◆ tsearch()
| void* tsearch |
( |
const void * |
vkey, |
|
|
void ** |
vrootp, |
|
|
int(*)(const void *, const void *) |
compar |
|
) |
| |