Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
Kitxuuu
/
AIXCC-C-Challenge
like
1
ArXiv:
arXiv:
2509.07225
Dataset card
Files
Files and versions
xet
Community
1
main
AIXCC-C-Challenge
/
local-test-libxml2-delta-01
/
afc-libxml2
/
win32
/
win32config.h
Kitxuuu
Add files using upload-large-folder tool
e3b16d3
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
408 Bytes
#
ifndef
__LIBXML_WIN32_CONFIG__
#
define
__LIBXML_WIN32_CONFIG__
#
if
defined(__MINGW32__) || (defined(_MSC_VER) && _MSC_VER >= 1600)
#
define
HAVE_STDINT_H
#
endif
#
if
defined(_MSC_VER)
#
if
_MSC_VER < 1900
#
define
snprintf _snprintf
#
endif
#
if
_MSC_VER < 1500
#
define
vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
#
endif
#
endif
#
define
XML_SYSCONFDIR
"/etc"
#
endif
/* __LIBXML_WIN32_CONFIG__ */