#include "os.h"
#include "dlfcn.h"
Go to the source code of this file.
Functions | |
| void | Os_DynamicallyLinkFunction (st_table *nameToFunction, char *aName, char *library) |
| Take a function name and the name of the library that implements it, and dynamically map in that functions code. Add a map from the function name to the actual function. | |
Definition in file osLinux.c.
| void Os_DynamicallyLinkFunction | ( | st_table * | nameToFunction, | |
| char * | aName, | |||
| char * | library | |||
| ) |