VMS Help CC, Run-time functions, dlsym *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Returns the address of the symbol name found in a shareable image. If the symbol is not found, a NULL pointer is returned. Syntax: #include <stdio.h> void *dlsym(void *handle, char *name);
|