set-alien-signed-1 ( value c-ptr n -- )
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-double ( c-ptr n -- value )
Next:set-alien-unsigned-1 ( value c-ptr n -- )


Vocabulary
alien.accessors

Inputs
valuean object
c-ptran object
nan object


Outputs
None

Definition