/* * lintmain.c: Main routine for xmllint * * See Copyright for the status of this software. */ #include #include "private/lint.h" int main(int argc, char **argv) { return(xmllintMain(argc, (const char **) argv, stderr, NULL)); }