#include <pom/pom/pom_errors.h>
#include <itk/mem.h>
#include <tc/tc_startup.h>
#include <tc/emh.h>
Go to the source code of this file.
Value:{ \
int stat; \
char *err_string; \
{ \
EMH_ask_error_text (stat, &err_string); \
printf ("ERROR: %d ERROR MSG: %s.\n", stat, err_string); \
printf ("Function: %s FILE: %s LINE: %d\n",#x, __FILE__, __LINE__); \
MEM_free (err_string); \
return (stat); \
} \
}
Definition at line 16 of file sample_err.h.
Value:{ \
int stat; \
char *err_string; \
{ \
EMH_ask_error_text (stat, &err_string); \
printf ("ERROR: %d ERROR MSG: %s.\n", stat, err_string); \
printf ("Function: %s FILE: %s LINE: %d\n",#x, __FILE__, __LINE__); \
MEM_free (err_string); \
return ((char *)NULL); \
} \
}
Definition at line 41 of file sample_err.h.
Value:{ \
int stat; \
char *err_string; \
{ \
EMH_ask_error_text (stat, &err_string); \
printf ("ERROR: %d ERROR MSG: %s.\n", stat, err_string); \
printf ("Function: %s FILE: %s LINE: %d\n",#x, __FILE__, __LINE__); \
MEM_free (err_string); \
} \
}
Definition at line 29 of file sample_err.h.