|
gwenhywfar
4.99.15beta
|
#include "error_p.h"#include <stdio.h>#include <assert.h>#include <string.h>#include "gwenhywfar/debug.h"#include "gwenhywfar/misc.h"#include "gwenhywfar/inetsocket.h"#include "gwenhywfar/inetaddr.h"#include "gwenhywfar/libloader.h"
Go to the source code of this file.
Macros | |
| #define | I18N(m) m |
| #define | I18S(m) m |
Functions | |
| int | GWEN_Error_ModuleFini (void) |
| int | GWEN_Error_ModuleInit (void) |
| const char * | GWEN_Error_SimpleToString (int i) |
| Returns a (very) short string describing the given GWEN error code, or "Unknown error" for unknown codes. More... | |
| int | GWEN_Error_ToString (int c, char *buffer, int bsize) |
| int GWEN_Error_ModuleFini | ( | void | ) |
Deinitializes this module.
Definition at line 71 of file error.c.
Referenced by GWEN_Fini().

| int GWEN_Error_ModuleInit | ( | void | ) |
Initializes this module.
Definition at line 63 of file error.c.
References DBG_VERBOUS, and GWEN_LOGDOMAIN.
Referenced by GWEN_Init().

1.8.15