xref: /openbsd-src/gnu/usr.bin/perl/os2/dlfcn.h (revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
1 void *dlopen(const char *path, int mode);
2 void *dlsym(void *handle, const char *symbol);
3 char *dlerror(void);
4 int dlclose(void *handle);
5