File ut/er_UT_errors.h

  $Revision: 1.5 $

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

Preprocessor definitions

#define UT_OK

#define UT_OUTMEM

#define UT_NOMEMLOG

#define UT_DUPCLOSE


Typedef UT_err_code_t

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