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


Vocabulary
alien.accessors

Inputs
valuean object
c-ptran object
nan object


Outputs
None

Definition