|
Tesseract
3.02
|
Go to the source code of this file.
Macros | |
| #define | NOERROR 0 |
| #define | DO_NOTHING 0 |
Typedefs | |
| typedef int | TRAPERROR |
| typedef void(* | VOID_PROC )() |
Functions | |
| void | DoError (int Error, const char *Message) |
| #define DO_NOTHING 0 |
Definition at line 25 of file danerror.h.
| #define NOERROR 0 |
| typedef int TRAPERROR |
Definition at line 27 of file danerror.h.
| typedef void(* VOID_PROC)() |
Definition at line 28 of file danerror.h.
| void DoError | ( | int | Error, |
| const char * | Message | ||
| ) |
Definition at line 32 of file danerror.cpp.