Handbook
Glossary
tcfdbsetecode ( fdb ecode filename line func -- )
Vocabulary
tokyo
.
alien
.
tctdb
Inputs
fdb
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
FUNCTION:
void
tcfdbsetecode
( TCFDB* fdb,
int
ecode,
c-string
filename,
int
line,
c-string
func )