#include <stdio.h>
#include <stdlib.h>
#include <memory.h>
#include <string.h>
#include "getopt.h"
#include "wbxml.h"
Include dependency graph for wbxml2xml_tool.c:
Go to the source code of this file.
Defines | |
#define | INPUT_BUFFER_SIZE 1000 |
Functions | |
WBXMLLanguage | get_lang (const char *lang) |
void | help (void) |
int | main (int argc, char **argv) |
Definition in file wbxml2xml_tool.c.
|
Definition at line 44 of file wbxml2xml_tool.c. Referenced by main(). |
|
Definition at line 47 of file wbxml2xml_tool.c. References WB_TINY, WBXML_LANG_UNKNOWN, WBXML_STRCMP, and WBXMLLanguage. Referenced by main(). |
|
Definition at line 130 of file wbxml2xml_tool.c. References WBXML_LIB_VERSION. Referenced by main(). |
|