#include "gexlib.hpp"
#include <dlfcn.h>
Include dependency graph for gexlib.cpp:
Functions | |
SOHANDLE | GExLib::so_open (const char *libname, int flag) |
void | GExLib::so_close (SOHANDLE handle) |
SYMADDRESS | GExLib::so_sym (SOHANDLE handle, const char *symbol) |
const char * | GExLib::so_error () |