tcfdbget2 ( fdb kbuf ksiz sp -- void* )


Vocabulary
tokyo.alien.tcfdb

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

IN: tokyo.alien.tcfdb

FUNCTION: void* tcfdbget2
( TCFDB* fdb, void* kbuf, int ksiz, int* sp ) ; inline