Copyright Digital Equipment Corp. All rights reserved.
Provides an interface to the dynamic library loader to allow
shareable images to be loaded and called at run time.
Format
#include <dlfcn.h>
void *dlopen (char *pathname, int mode);
Arguments Description Return_Values