Handbook
Glossary
tclistpush ( list ptr size -- )
Vocabulary
tokyo
.
alien
.
tcutil
Inputs
list
an
object
ptr
an
object
size
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
tokyo.alien.tcutil
LIBRARY:
tokyocabinet
FUNCTION:
void
tclistpush
( TCLIST* list, void* ptr,
int
size )