This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't define Perl_isFOO_lc in the regex extension.
[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);