home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / os2 / dlfcn.h < prev    next >
C/C++ Source or Header  |  2000-03-03  |  125b  |  5 lines

  1. void *dlopen(char *path, int mode);
  2. void *dlsym(void *handle, char *symbol);
  3. char *dlerror(void);
  4. int dlclose(void *handle);
  5.