Copyright Digital Equipment Corp. All rights reserved.

dlopen

   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);
 


Additional information available:

Arguments       Description     Return_Values