>c-ptr ( obj -- c-ptr )
Factor handbook » C library interface » Passing data between Factor and C » Passing pointers to C functions

Prev:c-ptr
Next:Alien addresses


Vocabulary
alien

Inputs
objan object


Outputs
c-ptra c-ptr


Generic word contract
Outputs a pointer to the binary data of this object.

See also
element-size, byte-length

Definition


Methods