Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

lfind - find entry in linear search table

&pagelevel(4)&pagelevel

Syntax

#include <search.h>

void *lfind(const void *key, const void *base, size_t *nelp, size_t width

int ( *compar) (const void *, const void *))

Description

See lsearch().