struct XML_cp
#include <expat.h> struct XML_cp { // fields enum XML_Content_Type type; enum XML_Content_Quant quant; XML_Char* name; unsigned int numchildren; XML_Content* children; };
#include <expat.h> struct XML_cp { // fields enum XML_Content_Type type; enum XML_Content_Quant quant; XML_Char* name; unsigned int numchildren; XML_Content* children; };