Module fermium::loadso[][src]

Expand description

Module for loading “shared objects” (aka dynamic libraries / DLLs).

Functions

Given an object handle, this function looks up the address of the named function in the shared object and returns it.

This function dynamically loads a shared object and returns a pointer to the object handle (or NULL if there was an error).

Unload a shared object from memory.