XML parsing aide

Committer:
takashikojo
Date:
Sun Jul 05 08:12:12 2015 +0000
Revision:
2:c86701a4f5b0
Parent:
1:ad5fd8c29c1f
NULL pointer protection

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 1:ad5fd8c29c1f 5 const char *XML_getElement(const char *p, char *element, int size);
takashikojo 0:369a19fba8a4 6
takashikojo 0:369a19fba8a4 7 #endif