Main Page | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members

dlstubs.c

Go to the documentation of this file.
00001 #include <sys/types.h>
00002 #include <dlfcn.h>
00003 
00004         /* dl*() stub routines for static compilation.  Prepared from
00005            /usr/include/dlfcn.h by Hal Pomeranz <<EMAIL: PROTECTED>> */
00006 void *_dlopen(const char *str, int x) {}
00007 void *_dlsym(void *ptr, const char *str) {}
00008 int _dlclose(void *ptr) {}

Generated on Mon Apr 25 01:09:24 2005 for Parquete by doxygen 1.3.2