This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl changes#6261..6266 into mainline
[perl5.git] / os2 / dlfcn.h
CommitLineData
3432c71b 1void *dlopen(char *path, int mode);
2void *dlsym(void *handle, char *symbol);
3char *dlerror(void);
403d6f8e 4int dlclose(void *handle);