Handbook
Glossary
array-accessor ( n c-ptr c-type -- c-ptr offset c-type )
Vocabulary
alien
.
c-types
Inputs
n
an
object
c-ptr
an
object
c-type
an
object
Outputs
c-ptr
an
object
offset
an
object
c-type
an
object
Definition
USING:
kernel
math
;
IN:
alien.c-types
:
array-accessor
( n c-ptr c-type -- c-ptr offset c-type )
[
swapd
heap-size
*
>fixnum
]
keep
;
inline