#include <stdlib.h>
#include <string.h>
#include "wbxml.h"
Include dependency graph for wbxml_errors.c:
Go to the source code of this file.
Compounds | |
struct | WBXMLErrorCodeItem_s |
Error Code item. More... | |
Defines | |
#define | ERROR_TABLE_SIZE ((WB_ULONG) (sizeof(error_table) / sizeof(error_table[0]))) |
Typedefs | |
typedef WBXMLErrorCodeItem_s | WBXMLErrorCodeItem |
Error Code item. | |
Functions | |
const unsigned char * | wbxml_errors_string (WBXMLError error_code) |
Return a String describing an Error Code. | |
Variables | |
const WBXMLErrorCodeItem | error_table [] |
Error Code table. |
Definition in file wbxml_errors.c.
|
Definition at line 105 of file wbxml_errors.c. Referenced by wbxml_errors_string(). |
|
Error Code item.
|
|
Error Code table.
Definition at line 51 of file wbxml_errors.c. Referenced by wbxml_errors_string(). |