CoolFace
Apppublic

vidya7732/AI_Doctor_LLM_GenModel

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes
osmodule.h18 linesDownload Raw Back to include
1 2/* os module interface */3 4#ifndef Py_OSMODULE_H5#define Py_OSMODULE_H6#ifdef __cplusplus7extern "C" {8#endif9 10#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x0306000011PyAPI_FUNC(PyObject *) PyOS_FSPath(PyObject *path);12#endif13 14#ifdef __cplusplus15}16#endif17#endif /* !Py_OSMODULE_H */18