XML parsing aide
XMLaide.h
- Committer:
- takashikojo
- Date:
- 2015-06-27
- Revision:
- 1:ad5fd8c29c1f
- Parent:
- 0:369a19fba8a4
File content as of revision 1:ad5fd8c29c1f:
#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