Go to the previous, next section.

uselib

SYNOPSIS

int uselib(const char *library);

PARAMETERS

library: [in] points to the path of the shared library to load.

DESCRIPTION

Loads and map a shared library in the current task address space.

RETURN VALUE

On success zero is returned. On error -1 is returned and errno is set to one of the following values:

Go to the previous, next section.