Handbook
Glossary
tcbdbrange2 ( bdb bkstr binc ekstr einc max -- TCLIST* )
Vocabulary
tokyo
.
alien
.
tcbdb
Inputs
bdb
an
object
bkstr
an
object
binc
an
object
ekstr
an
object
einc
an
object
max
an
object
Outputs
TCLIST*
an
object
Definition
USING:
alien.c-types
alien.syntax
tokyo.alien.tcutil
;
IN:
tokyo.alien.tcbdb
LIBRARY:
tokyocabinet
FUNCTION:
TCLIST*
tcbdbrange2
( TCBDB* bdb,
c-string
bkstr,
bool
binc,
c-string
ekstr,
bool
einc,
int
max )