xref
: /
5.5.2
/
godeps
/
src
/
github.com
/
couchbase
/
goforestdb
/
examples
/
custom_comparator
/
comparator.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/5.5.2/godeps/src/github.com/couchbase/goforestdb/examples/custom_comparator/
1
#
include
<
stdlib.h
>
2
3
int
cmp_variable
(
void
*
key1
,
size_t
keylen1
,
void
*
key2
,
size_t
keylen2
);