X7ROOT File Manager
Current Path:
/usr/include/python3.8/cpython
usr
/
include
/
python3.8
/
cpython
/
??
..
??
abstract.h
(12.01 KB)
??
dictobject.h
(3.75 KB)
??
fileobject.h
(721 B)
??
initconfig.h
(15.65 KB)
??
interpreteridobject.h
(456 B)
??
object.h
(15.32 KB)
??
objimpl.h
(3.52 KB)
??
pyerrors.h
(4.61 KB)
??
pylifecycle.h
(2.21 KB)
??
pymem.h
(3.43 KB)
??
pystate.h
(9.58 KB)
??
sysmodule.h
(547 B)
??
traceback.h
(473 B)
??
tupleobject.h
(1.01 KB)
??
unicodeobject.h
(45.22 KB)
Editing: sysmodule.h
#ifndef Py_CPYTHON_SYSMODULE_H # error "this header file must not be included directly" #endif #ifdef __cplusplus extern "C" { #endif PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key); PyAPI_FUNC(int) _PySys_SetObjectId(_Py_Identifier *key, PyObject *); PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *); typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *); PyAPI_FUNC(int) PySys_Audit(const char*, const char *, ...); PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*); #ifdef __cplusplus } #endif
Upload File
Create Folder