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

Prev:dlsym ( name dll -- alien )
Next:dll-valid? ( dll -- ? )


Vocabulary
alien.libraries

Inputs
dlla DLL handle


Outputs
None

Word description
Closes a DLL handle created by dlopen. This word might not be implemented on all platforms.

Definition