Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
dll-valid? ( dll -- ? )
Factor handbook
>
C library interface
>
DLL handles
Prev:
dlclose ( dll -- )
Vocabulary
alien.libraries
Inputs and outputs
dll
a
dll
?
a
boolean
Word description
Returns true if the library exists and is loaded.
Definition
IN:
alien.libraries
PRIMITIVE:
dll-valid?
( dll -- ? )