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
/
envs
/
active_proaction
/
include
/
python3.10
/
osmodule.h
jasonfan
Add files using upload-large-folder tool
6b17a2b
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
291 Bytes
/* os module interface */
#
ifndef
Py_OSMODULE_H
#
define
Py_OSMODULE_H
#
ifdef
__cplusplus
extern
"C"
{
#
endif
#
if
!defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03060000
PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
#
endif
#
ifdef
__cplusplus
}
#
endif
#
endif
/* !Py_OSMODULE_H */