Handbook
Glossary
dll-valid? ( dll -- ? )
Factor handbook
»
C library interface
»
DLL handles
Prev:
dlclose ( dll -- )
Vocabulary
alien
.
libraries
Inputs
dll
a
dll
Outputs
?
a
boolean
Word description
Returns true if the library exists and is loaded.
Definition
IN:
alien.libraries
PRIMITIVE:
dll-valid?
( dll -- ? )