![]() |
My Project
|
#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | omAssume(x) |
Typedefs | |
| typedef enum omError_e | omError_t |
Functions | |
| const char * | omError2String (omError_t error) |
| const char * | omError2Serror (omError_t error) |
| omError_t | omReportError (omError_t error, omError_t report_error, OM_FLR_DECL, const char *fmt,...) |
| void | omErrorBreak (void) |
| void | omPrintAddrInfo (FILE *fd, void *addr, const char *s) |
Variables | |
| omError_t | om_ErrorStatus |
| omError_t | om_InternalErrorStatus |
| int | om_CallErrorHook |
| #define omAssume | ( | x | ) |
| enum omError_e |
|
extern |
Definition at line 453 of file omDebugCheck.c.
|
extern |
Definition at line 80 of file omError.c.