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