dlopen

Name

dlopen -- open dynamic object

Synopsis

#include <dlfcn.h>

void * dlopen(const char * filename, int flag);

Description

dlopen shall behave as specified in ISO POSIX (2003), but with additional behaviors listed below.

If the file argument does not contain a slash character, then the system shall look for a library of that name in at least the following directories, and use the first one which is found: