Handbook
Glossary
tcrdbputshl ( rdb kbuf ksiz vbuf vsiz width -- bool )
Vocabulary
tokyo
.
alien
.
tcrdb
Inputs
rdb
an
object
kbuf
an
object
ksiz
an
object
vbuf
an
object
vsiz
an
object
width
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcrdb
LIBRARY:
tokyotyrant
FUNCTION:
bool
tcrdbputshl
( TCRDB* rdb, void* kbuf,
int
ksiz, void* vbuf,
int
vsiz,
int
width )