12 #if defined(__cplusplus) 15 void *
tdelete(
const void * __restrict,
void ** __restrict,
16 int (*)(
const void *,
const void *));
17 void *
tfind(
const void *,
void *
const *,
18 int (*)(
const void *,
const void *));
19 void *
tsearch(
const void *,
void **,
int (*)(
const void *,
const void *));
20 #if defined(__cplusplus) void * tfind(const void *, void *const *, int(*)(const void *, const void *))
void * tsearch(const void *, void **, int(*)(const void *, const void *))
void * tdelete(const void *__restrict, void **__restrict, int(*)(const void *, const void *))