Trf_LoadLibrary(3) General purpose library loader functionality.

SYNOPSIS

#include <transform.h>

int Trf_LoadLibrary
(
       Tcl_Interp *interp,

       const char *libName,

       void **handlePtr,

       char **symbols,

       int num

);

PARAMETERS

Tcl_Interp *interp
Not Documented.
const char *libName
Not Documented.
void **handlePtr
Not Documented.
char **symbols
Not Documented.
int num
Not Documented.

DESCRIPTION

Used by -> TrfLoadZlib, -> TrfLoadLibdes.