Handbook
Glossary
alien-signed-4 ( 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-unsigned-2 ( c-ptr n -- value )
Next:
alien-unsigned-4 ( c-ptr n -- value )
Vocabulary
alien
.
accessors
Inputs
c-ptr
an
object
n
an
object
Outputs
value
an
object
Definition
IN:
alien.accessors
PRIMITIVE:
alien-signed-4
( c-ptr n -- value )
flushable