Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:06:49

0001 
0002 /* os module interface */
0003 
0004 #ifndef Py_OSMODULE_H
0005 #define Py_OSMODULE_H
0006 #ifdef __cplusplus
0007 extern "C" {
0008 #endif
0009 
0010 #if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x03060000
0011 PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);
0012 #endif
0013 
0014 #ifdef __cplusplus
0015 }
0016 #endif
0017 #endif /* !Py_OSMODULE_H */