Handbook
Glossary
cpHashSetRemove ( set hash ptr -- void* )
Vocabulary
chipmunk
.
ffi
Inputs
set
an
object
hash
an
object
ptr
an
object
Outputs
void*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
chipmunk.ffi
LIBRARY:
chipmunk
FUNCTION:
void*
cpHashSetRemove
( cpHashSet* set,
cpHashValue
hash, void* ptr )