/Include/intrcheck.h
http://unladen-swallow.googlecode.com/ · C++ Header · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · 6059a090d160948dc878d53b9f769068 MD5 · raw file
- #ifndef Py_INTRCHECK_H
- #define Py_INTRCHECK_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
- PyAPI_FUNC(void) PyOS_InitInterrupts(void);
- PyAPI_FUNC(void) PyOS_AfterFork(void);
- #ifdef __cplusplus
- }
- #endif
- #endif /* !Py_INTRCHECK_H */