Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
094753c8c2aa24a00ceba7a0552d940d627692a5
/
.
/
include
/
linux
/
bsearch.h
blob: 90b1aa867224140aae88f5f32be48f7379728371 [
file
] [
log
] [
blame
]
#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 */