xref: /openbsd-src/gnu/usr.bin/perl/os2/dlfcn.h (revision 5a38ef86d0b61900239c7913d24a05e7b88a58f0)
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