Handbook
Glossary
dlclose ( dll -- )
Factor handbook
»
C library interface
»
DLL handles
Prev:
dlsym ( name dll -- alien )
Next:
dll-valid? ( dll -- ? )
Vocabulary
alien
.
libraries
Inputs
dll
a DLL handle
Outputs
None
Word description
Closes a DLL handle created by
dlopen
. This word might not be implemented on all platforms.
Definition
IN:
alien.libraries
PRIMITIVE:
dlclose
( dll -- )