source:
vendor/perl/5.8.8/os2/dlfcn.h
Last change on this file was 3181, checked in by , 18 years ago | |
---|---|
File size: 137 bytes |
Line | |
---|---|
1 | void *dlopen(const char *path, int mode); |
2 | void *dlsym(void *handle, const char *symbol); |
3 | char *dlerror(void); |
4 | int dlclose(void *handle); |
Note:
See TracBrowser
for help on using the repository browser.