df2ea33d326c7e32174cb76d4397719870796dde
[p5sagit/p5-mst-13.2.git] / os2 / dlfcn.h
1 void *dlopen(char *path, int mode);
2 void *dlsym(void *handle, char *symbol);
3 char *dlerror(void);
4 void *dlopen(char *path, int mode);
5 void *dlsym(void *handle, char *symbol);
6 char *dlerror(void);