dlclose (handle)
This function is a wrapper for the dlclose shell command. Each call decrements the link count in the dl library created by dlopen. When this count reaches zero and no other loaded libraries use symbols in it, the library is unloaded.
If the library exports a routine named _fini, that will be called just before the library is unloaded.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.