调整目录结构
This commit is contained in:
8
Needed/mini-python/Include/cpython/fileutils.h
Normal file
8
Needed/mini-python/Include/cpython/fileutils.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef Py_CPYTHON_FILEUTILS_H
|
||||
# error "this header file must not be included directly"
|
||||
#endif
|
||||
|
||||
// Used by _testcapi which must not use the internal C API
|
||||
PyAPI_FUNC(FILE*) _Py_fopen_obj(
|
||||
PyObject *path,
|
||||
const char *mode);
|
||||
Reference in New Issue
Block a user