Kojo / XML_aide
Committer:
takashikojo
Date:
Sat Jun 27 06:20:40 2015 +0000
Revision:
0:369a19fba8a4
Child:
1:ad5fd8c29c1f
Initial version

Who changed what in which revision?

UserRevisionLine numberNew contents of line
takashikojo 0:369a19fba8a4 1 #ifndef XMLAIDE_H
takashikojo 0:369a19fba8a4 2 #define XMLAIDE_H
takashikojo 0:369a19fba8a4 3
takashikojo 0:369a19fba8a4 4 const char *XML_getTag(const char *p, const char *name) ;
takashikojo 0:369a19fba8a4 5 const char *XML_getElement(const char *p, char *element);
takashikojo 0:369a19fba8a4 6
takashikojo 0:369a19fba8a4 7 #endif