#include void *tfind(const void * key, void * const * rootp, int (*compar) (const void *, const void *)) { return (void*)key; } /* XOPEN(4) */