Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AryaWu
/
libxml
like
0
Model card
Files
Files and versions
xet
Community
main
libxml
/
include
/
private
/
lint.h
AryaWu
Upload folder using huggingface_hub
6baed57
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
312 Bytes
#
ifndef
XML_LINT_H_PRIVATE__
#
define
XML_LINT_H_PRIVATE__
#
include
<stdio.h>
#
include
<libxml/parser.h>
int
xmllintMain
(
int
argc,
const
char
**argv, FILE *errStream,
xmlResourceLoader loader)
;
void
xmllintShell
(xmlDoc *doc,
const
char
*filename, FILE *output)
;
#
endif
/* XML_LINT_H_PRIVATE__ */