4 #ifndef RUDIMENTS_DYNAMICLIB_H
5 #define RUDIMENTS_DYNAMICLIB_H
7 #include <rudiments/private/dynamiclibincludes.h>
28 bool open(
const char *library,
29 bool loaddependencies,
58 #include <rudiments/private/dynamiclib.h>
Definition: dynamiclib.h:11
static void setErrorMutex(threadmutex *mtx)
bool open(const char *library, bool loaddependencies, bool global)
void * getSymbol(const char *symbol) const
Definition: threadmutex.h:11