delorie.com/djgpp/doc/libc/libc_153.html | search |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
#include <dlfcn.h> char *dlerror (void); |
This function returns a character string with more information on the last error that occurred during dynamic linking processing.
Returns NULL
if no errors, pointer to error string if available.
ANSI/ISO C | No |
POSIX | 1003.1-2001; not 1003.2-1992 |
webmaster | delorie software privacy |
Copyright © 2004 | Updated Apr 2004 |