4 lines
109 B
Factor
4 lines
109 B
Factor
|
USING: io.mmap.functor specialized-arrays.direct.alien ;
|
||
|
IN: io.mmap.alien
|
||
|
|
||
|
<< "void*" define-mapped-array >>
|