Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
1a03dfbc3445c36cb60231c261146b227993070b
/
.
/
ap
/
os
/
linux
/
linux-3.4.x
/
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 */