silc_dll_getsym
SYNOPSIS
void *silc_dll_getsym(SilcDll dll, const char *symbol);
DESCRIPTION
Returns the memory address of the symbol indicated by `symbol' from the shared object indicated by `dll'. If such symbol does not exist this returns NULL.
| Copyright © 2001 - 2008 SILC Project SILC Project Website |
SILC Runtime Toolkit Manual Index |
SYNOPSIS
void *silc_dll_getsym(SilcDll dll, const char *symbol);
DESCRIPTION
Returns the memory address of the symbol indicated by `symbol' from the shared object indicated by `dll'. If such symbol does not exist this returns NULL.