alien-unsigned-8 ( c-ptr n -- value )
Factor handbook » C library interface » Passing data between Factor and C » Passing pointers to C functions » Alien addresses » Reading and writing memory directly

Prev:alien-signed-8 ( c-ptr n -- value )
Next:alien-float ( c-ptr n -- value )


Vocabulary
alien.accessors

Inputs
c-ptran object
nan object


Outputs
valuean object


Definition