source: trunk/essentials/dev-lang/perl/os2/dlfcn.h@ 3186

Last change on this file since 3186 was 3181, checked in by bird, 19 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.