Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
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 and outputs
c-ptr
an
object
n
an
object
value
an
object
Definition
IN:
alien.accessors
PRIMITIVE:
alien-unsigned-8
( c-ptr n -- value )
flushable