[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

dlerror

Syntax

 
#include <dlfcn.h>

char *dlerror (void);

Description

This function returns a character string with more information on the last error that occurred during dynamic linking processing.

Return Value

Returns NULL if no errors, pointer to error string if available.

Portability

ANSI/ISO C No
POSIX 1003.1-2001; not 1003.2-1992