struct XML_Expat_Version

#include <expat.h>

struct XML_Expat_Version
{
    // fields

    int major;
    int minor;
    int micro;
};