Handbook
Glossary
tcadbmapbdbemit ( map kbuf ksiz vbuf vsiz -- bool )
Vocabulary
tokyo
.
alien
.
tcadb
Inputs
map
an
object
kbuf
an
object
ksiz
an
object
vbuf
an
object
vsiz
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcadb
LIBRARY:
tokyocabinet
FUNCTION:
bool
tcadbmapbdbemit
( void* map,
c-string
kbuf,
int
ksiz,
c-string
vbuf,
int
vsiz )