neuron

dlsymdlopen

develop

12 / 8236 files match, 1 filtered matches.

src/nrnoc/osxdlfcn.h



51 | } Dl_info;
52 | 
53 | extern void * dlopen(const char *path, int mode);
54 | extern void * dlsym(void * dl_restrict handle, const char * dl_restrict symbol);
55 | extern const char * dlerror(void);
56 | extern int dlclose(void * handle);