/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lintmain.c
14 строк
251 B
Nick Wellnhofer
fuzz: Remove hacks to build lint fuzzer
17 янв 2025, 22:06
17 янв 2025, 22:06
bfe6af2
Код
Авторство
О чём код?
/* * 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)); }