|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <schily/mconfig.h>

Go to the source code of this file.
Macros | |
| #define | RTLD_LAZY 0x00001 |
| #define | RTLD_NOW 0x00002 |
| #define | RTLD_GLOBAL 0x00100 |
| #define | RTLD_LOCAL 0x00000 |
Functions | |
| void *dlopen | __PR ((const char *__pathname, int mode)) |
| int dlclose | __PR ((void *__handle)) |
| void *dlsym | __PR ((void *__handle, const char *name)) |
| const char *dlerror | __PR ((void)) |