This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add PMf_IS_QR flag
[perl5.git] / os2 / dlfcn.h
CommitLineData
35bc1fdc
IZ
1void *dlopen(const char *path, int mode);
2void *dlsym(void *handle, const char *symbol);
3432c71b 3char *dlerror(void);
403d6f8e 4int dlclose(void *handle);