Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
address-of ( name library -- value )
Vocabulary
alien.libraries
Definition
USING:
kernel
;
IN:
alien.libraries
:
address-of
( name library -- value )
2dup
load-library
dlsym-raw
[
2nip
]
[
no-such-symbol
]
if*
;