/Include/intrcheck.h

http://unladen-swallow.googlecode.com/ · C++ Header · 15 lines · 12 code · 3 blank · 0 comment · 0 complexity · 6059a090d160948dc878d53b9f769068 MD5 · raw file

  1. #ifndef Py_INTRCHECK_H
  2. #define Py_INTRCHECK_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
  7. PyAPI_FUNC(void) PyOS_InitInterrupts(void);
  8. PyAPI_FUNC(void) PyOS_AfterFork(void);
  9. #ifdef __cplusplus
  10. }
  11. #endif
  12. #endif /* !Py_INTRCHECK_H */