Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
jasonfan
/
devboxbackup
like
0
Dataset card
Files
Files and versions
xet
Community
main
devboxbackup
/
miniconda3
/
include
/
python3.13
/
pyatomic.h
jasonfan
Add files using upload-large-folder tool
4dd49b2
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
257 Bytes
#
ifndef
Py_ATOMIC_H
#
define
Py_ATOMIC_H
#
ifdef
__cplusplus
extern
"C"
{
#
endif
#
ifndef
Py_LIMITED_API
#
define
Py_CPYTHON_ATOMIC_H
#
include
"cpython/pyatomic.h"
#
undef
Py_CPYTHON_ATOMIC_H
#
endif
#
ifdef
__cplusplus
}
#
endif
#
endif
/* !Py_ATOMIC_H */