Handbook
Glossary
tcfdbrange2 ( fdb lbuf lsiz ubuf usiz max -- TCLIST* )
Vocabulary
tokyo
.
alien
.
tctdb
Inputs
fdb
an
object
lbuf
an
object
lsiz
an
object
ubuf
an
object
usiz
an
object
max
an
object
Outputs
TCLIST*
an
object
Definition
USING:
alien.c-types
alien.syntax
tokyo.alien.tcutil
;
IN:
tokyo.alien.tctdb
FUNCTION:
TCLIST*
tcfdbrange2
( TCFDB* fdb, void* lbuf,
int
lsiz, void* ubuf,
int
usiz,
int
max )