source: vendor/perl/5.8.8/os2/dlfcn.h

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 137 bytes
Line 
1void *dlopen(const char *path, int mode);
2void *dlsym(void *handle, const char *symbol);
3char *dlerror(void);
4int dlclose(void *handle);
Note: See TracBrowser for help on using the repository browser.