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