tcfdbsetecode ( fdb ecode filename line func -- )


Vocabulary
tokyo.alien.tcfdb

Definition
USING: alien.c-types alien.syntax ;

IN: tokyo.alien.tcfdb

FUNCTION: void tcfdbsetecode
( TCFDB* fdb, int ecode, c-string filename, int line,
c-string func ) ; inline