lfind - find entry in a linear search table
#include <search.h> void *lfind(const void *key, const void *base, size_t *nelp, size_t width, int (*compar)(const void *, const void *));
Refer to lsearch().
Derived from Issue 1 of the SVID.