File include/er_UT_errors.h

  $Revision: 1.3 $

Utilities (ut). er_UT_errors.h - definition of errors for the utilities mod.
Status: NOT REVUED, TESTED,
Design and implementation by: Marek Bukowy
Included in: modules/er/er_facilities.h

Preprocessor definitions

#define UT_OK

#define UT_OUTMEM

#define UT_NOMEMLOG


Typedef UT_err_code_t

typedef enum {...} UT_err_code_t
enum 
   { 
     LOW_UT_OK; 
     LOW_UT_OUTMEM; 
     LOW_UT_NOMEMLOG; 
   }