LFIND(3) Library Functions Manual LFIND(3)
NAME
lfind — find entry
in a linear search table
SYNOPSIS
#include <search.h>
void *lfind(const void *key, const void *base, size_t *nelp,
size_t width, int (*compar)(const void *, const void *));
DESCRIPTION
Refer to lsearch(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail