Handbook
Glossary
tcadbput2 ( adb kstr vstr -- bool )
Vocabulary
tokyo
.
alien
.
tcadb
Inputs
adb
an
object
kstr
an
object
vstr
an
object
Outputs
bool
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcadb
LIBRARY:
tokyocabinet
FUNCTION:
bool
tcadbput2
( TCADB* adb,
c-string
kstr,
c-string
vstr )