err.h File Reference

Common error processing codes and routines. More...

#include <errno.h>
Include dependency graph for err.h:
This graph shows which files directly or indirectly include this file:

Defines

#define ERROR_CODE   error_check_return_value
 An actual stored error code.
#define ERROR_DECLARE   int ERROR_CODE
 An error processing routines declaration.
#define ERROR_OCCURRED(value)   ((ERROR_CODE = (value)) != EOK)
 Stores the value as an error code and checks if an error occurred.
#define ERROR_PROPAGATE(value)   if(ERROR_OCCURRED(value)) return ERROR_CODE
 Checks if an error occurred and immediately exits the actual function returning the error code.

Detailed Description

Common error processing codes and routines.


Generated on Thu Mar 11 20:45:57 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1