source:
trunk/essentials/dev-lang/perl/os2/dlfcn.h@
3186
| Last change on this file since 3186 was 3181, checked in by , 19 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.
