Alien-LibXML
view release on metacpan or search on metacpan
/*
*Free the global variables that may
*have been allocated by the parser.
*/
xmlCleanupParser();
return 0;
}
#else
int main(void) {
fprintf(stderr, "Tree support not compiled in\n");
exit(1);
}
#endif
( run in 0.545 second using v1.01-cache-2.11-cpan-49f99fa48dc )