#include <string.h>
#include "wbxml.h"
Include dependency graph for wbxml_conv.c:
Go to the source code of this file.
Functions | |
WBXMLError | wbxml_conv_wbxml2xml (unsigned char *wbxml, unsigned int wbxml_len, unsigned char **xml, WBXMLConvWBXML2XMLParams *params) |
WBXMLError | wbxml_conv_xml2wbxml (unsigned char *xml, unsigned char **wbxml, unsigned int *wbxml_len, WBXMLConvXML2WBXMLParams *params) |
Definition in file wbxml_conv.c.
|
|