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)
void * getSymbol(const char *symbol)
bool open(const char *library, bool loaddependencies, bool global)
Definition threadmutex.h:11