  dlopen
  Builtin Function



      SSyynnooppssiiss
        Dynamically link a function.

      SSyynnttaaxx
        dlopen ( _F_I_L_E_N_A_M_E , _F_U_N_C_T_I_O_N___N_A_M_E )

      DDeessccrriippttiioonn
        dlopen opens a shared object, _F_I_L_E_N_A_M_E, and creates a builtin
        function that points to _F_U_N_C_T_I_O_N___N_A_M_E. dlopen returns the newly
        created builtin function.

        For information on how to write and compile functions that can
        be linked with dlopen, consult the RLaB Programmer's Guide and
        Reference Manual.

        dlopen only exists for those platforms that support dynamic
        linking. As of this writing support exists for Solaris 2.x and
        Linux/ELF platforms.











































