Handbook
Glossary
tctdbsetecode ( tdb ecode filename line func -- )
Vocabulary
tokyo
.
alien
.
tctdb
Inputs
tdb
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.tctdb
LIBRARY:
tokyocabinet
FUNCTION:
void
tctdbsetecode
( TCTDB* tdb,
int
ecode,
c-string
filename,
int
line,
c-string
func )