generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* 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));
|
||||
}
|
||||
Reference in New Issue
Block a user