Error Handling

#include <mailutils/errno.h>

const char* mu_errname(int e);
const char* mu_strerror(int e);

mu_errname

const char* mu_errname(int e);

converts an error code to a textual representation of it.

mu_strerror

const char* mu_strerror(int e);

Converts an error code to an error message.

 
error_handling.txt · Last modified: 2009/06/09 13:04 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki