Files
metabuilder/typthon/Include/osmodule.h
johndoe6345789 0e707caa56 feat: Add Typthon
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 17:10:58 +00:00

18 lines
291 B
C

/* os module interface */
#ifndef Ty_OSMODULE_H
#define Ty_OSMODULE_H
#ifdef __cplusplus
extern "C" {
#endif
#if !defined(Ty_LIMITED_API) || Ty_LIMITED_API+0 >= 0x03060000
PyAPI_FUNC(TyObject *) TyOS_FSPath(TyObject *path);
#endif
#ifdef __cplusplus
}
#endif
#endif /* !Ty_OSMODULE_H */