FreeBASIC
0.91.0
|
Go to the source code of this file.
Macros | |
#define | hDylibFree(lib) dlclose( lib ) |
#define | hDylibSymbol(lib, sym) dlsym( lib, sym ) |
Functions | |
FB_DYLIB | fb_hDynLoad (const char *libname, const char **funcname, void **funcptr) |
int | fb_hDynLoadAlso (FB_DYLIB lib, const char **funcname, void **funcptr, ssize_t count) |
void | fb_hDynUnload (FB_DYLIB *lib) |
#define hDylibFree | ( | lib) | dlclose( lib ) |
Definition at line 7 of file hdynload.c.
#define hDylibSymbol | ( | lib, | |
sym | |||
) | dlsym( lib, sym ) |
Definition at line 8 of file hdynload.c.
FB_DYLIB fb_hDynLoad | ( | const char * | libname, |
const char ** | funcname, | ||
void ** | funcptr | ||
) |
int fb_hDynLoadAlso | ( | FB_DYLIB | lib, |
const char ** | funcname, | ||
void ** | funcptr, | ||
ssize_t | count | ||
) |
void fb_hDynUnload | ( | FB_DYLIB * | lib) |