LFIND(3) Library Functions Manual LFIND(3)

lfindfind 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(3) .

Derived from Issue 1 of the SVID.

February 1997 posix.fail