Handbook
Glossary
tcbdbsetecode ( bdb ecode filename line func -- )
Vocabulary
tokyo
.
alien
.
tcbdb
Inputs
bdb
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.tcbdb
LIBRARY:
tokyocabinet
FUNCTION:
void
tcbdbsetecode
( TCBDB* bdb,
int
ecode,
c-string
filename,
int
line,
c-string
func )