for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7...
[p5sagit/p5-mst-13.2.git] / os2 / dlfcn.h
CommitLineData
35bc1fdc 1void *dlopen(const char *path, int mode);
2void *dlsym(void *handle, const char *symbol);
3432c71b 3char *dlerror(void);
403d6f8e 4int dlclose(void *handle);