repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Files for 2.1b1 distribution.
[python/dscho.git]
/
Include
/
intrcheck.h
blob
6ccdc3b3ee722f86137523e2bb58cf3befa828a9
1
2
#ifndef Py_INTRCHECK_H
3
#define Py_INTRCHECK_H
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
extern
DL_IMPORT
(
int
)
PyOS_InterruptOccurred
(
void
);
9
extern
DL_IMPORT
(
void
)
PyOS_InitInterrupts
(
void
);
10
DL_IMPORT
(
void
)
PyOS_AfterFork
(
void
);
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
/* !Py_INTRCHECK_H */