This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta updates
[perl5.git] / os2 / dlfcn.h
1 void *dlopen(char *path, int mode);
2 void *dlsym(void *handle, char *symbol);
3 char *dlerror(void);