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
/
cata.h
AryaWu
Upload folder using huggingface_hub
6baed57
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
257 Bytes
#
ifndef
XML_CATA_H_PRIVATE__
#
define
XML_CATA_H_PRIVATE__
#
ifdef
LIBXML_CATALOG_ENABLED
XML_HIDDEN
void
xmlInitCatalogInternal
(
void
)
;
XML_HIDDEN
void
xmlCleanupCatalogInternal
(
void
)
;
#
endif
/* LIBXML_CATALOG_ENABLED */
#
endif
/* XML_CATA_H_PRIVATE__ */