tcfdbputcat ( fdb id vbuf vsiz -- bool )


Vocabulary
tokyo.alien.tcfdb

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

IN: tokyo.alien.tcfdb

FUNCTION: bool tcfdbputcat
( TCFDB* fdb, longlong id, void* vbuf, int vsiz ) ; inline