Hash : bfe6af2e Author : Date : 2025-01-17T17:09:04
fuzz: Remove hacks to build lint fuzzer Don't include source file directly.
Download
1 2 3 4 5 6 7 8 9 10 11 12 13 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)); }