Go to the first, previous, next, last section, table of contents.


Printing Error Messages

Function: void dld_perror (const char *user_mesg)
where user_mesg is a user-supplied string prepended to the error message. The function dld_perror prints out a short message explaining the error returns by the last dld functions.

Function: char * dld_strerror (int code)
The function dld_strerror returns the error message string corresponding to the given error code (from dld_errno).


Go to the first, previous, next, last section, table of contents.