dll-valid? ( dll -- ? )
Factor handbook » C library interface » DLL handles

Prev:dlclose ( dll -- )


Vocabulary
alien.libraries

Inputs
dlla dll


Outputs
?a boolean


Word description
Returns true if the library exists and is loaded.

Definition