MCPcopy Create free account
hub / github.com/Kitware/VTK / main

Function main

ThirdParty/libxml2/vtklibxml2/rngparser.c:1578–1587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576";
1577
1578int main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) {
1579 xmlDocPtr res;
1580
1581 res = xmlConvertCRNG(schemas, -1);
1582 if (res != NULL) {
1583 xmlDocFormatDump(stdout, res, 1);
1584 xmlFreeDoc(res);
1585 }
1586 return(0);
1587}
1588#endif

Callers

nothing calls this directly

Calls 3

xmlConvertCRNGFunction · 0.85
xmlDocFormatDumpFunction · 0.85
xmlFreeDocFunction · 0.85

Tested by

no test coverage detected