XML parsing aide

XMLaide.h

Committer:
takashikojo
Date:
2015-07-05
Revision:
2:c86701a4f5b0
Parent:
1:ad5fd8c29c1f

File content as of revision 2:c86701a4f5b0:

#ifndef XMLAIDE_H
#define XMLAIDE_H

const char *XML_getTag(const char *p, const char *name) ;
const char *XML_getElement(const char *p, char *element, int size);

#endif