Staging
v0.5.1
swh:1:snp:635f4099902912592851108bcac178ff574f7c5f
Raw File
Tip revision: beb798cad6a6013d5a606ea0cd19640b35b468ea authored by Ned Deily on 12 September 2016, 15:04:12 UTC
Version bump for 3.6.0b1
Tip revision: beb798c
osmodule.h

/* os module interface */

#ifndef Py_OSMODULE_H
#define Py_OSMODULE_H
#ifdef __cplusplus
extern "C" {
#endif

PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);

#ifdef __cplusplus
}
#endif
#endif /* !Py_OSMODULE_H */
back to top