tcfdbput3 ( fdb kstr vstr -- bool )


Vocabulary
tokyo.alien.tcfdb

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

IN: tokyo.alien.tcfdb

FUNCTION: bool tcfdbput3
( TCFDB* fdb, c-string kstr, void* vstr ) ; inline