This abstracts dynamic library loading functions. More...
Go to the source code of this file.
Functions | |
| int | DYN_LoadLibrary (void **, char *) |
| int | DYN_CloseLibrary (void **) |
| int | DYN_GetAddress (void *, void **, const char *) |
This abstracts dynamic library loading functions.
Definition in file dyn_generic.h.
1.6.1