#include <cutk/dll.h>
#include <cutk/dir.h>
#include <stdlib.h>
#include <string.h>
#include <dlfcn.h>
Functions | |
Dll | DllOpen (const char *path) |
int | DllClose (Dll dll) |
void * | DllSym (Dll dll, const char *sym) |
|
Unloads a DLL from memory.
|
|
Loads a DLL into memory.
|
|
Looks up a symbol in a DLL.
|