◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdlib.h>, <search.h> Syntax: void *bsearch( void *key, void *base, size_t num, size_t width, int ( __cdecl *compare ) ( void *key, void *elem ) ); Returns: a pointer if successful, or NULL if not. See also: _lsearch, _lfind, qsort -♦-