Sign in
fuchsia
/
third_party
/
libxml2
/
refs/tags/v2.14.1
/
.
/
lintmain.c
blob: 9e49ec6c00956b174eb21a56f9fc8223d1fcc12a [
file
] [
log
] [
blame
]
/*
* lintmain.c: Main routine for xmllint
*
* See Copyright for the status of this software.
*/
#include
<stdio.h>
#include
"private/lint.h"
int
main
(
int
argc
,
char
**
argv
)
{
return
(
xmllintMain
(
argc
,
(
const
char
**)
argv
,
stderr
,
NULL
));
}