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