Sign in
kunit
/
linux
/
85d7d618c17a09cfd824c1ad4483c19e6f9637ff
/
.
/
include
/
linux
/
bsearch.h
blob: 90b1aa867224140aae88f5f32be48f7379728371 [
file
]
#ifndef
_LINUX_BSEARCH_H
#define
_LINUX_BSEARCH_H
#include
<linux/types.h>
void
*
bsearch
(
const
void
*
key
,
const
void
*
base
,
size_t
num
,
size_t
size
,
int
(*
cmp
)(
const
void
*
key
,
const
void
*
elt
));
#endif
/* _LINUX_BSEARCH_H */