Handbook
Glossary
tchdbsetecode ( hdb ecode filename line func -- )
Vocabulary
tokyo
.
alien
.
tchdb
Inputs
hdb
an
object
ecode
an
object
filename
an
object
line
an
object
func
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tchdb
LIBRARY:
tokyocabinet
FUNCTION:
void
tchdbsetecode
( TCHDB* hdb,
int
ecode,
c-string
filename,
int
line,
c-string
func )