Files
XML_Data_Parsing/libxml2/lintmain.c
T

15 lines
251 B
C
Raw Normal View History

2026-07-19 22:48:13 +08:00
/*
* 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));
}