CYCLUS
eventhooks.cc.h
Go to the documentation of this file.
1 /* Generated by Cython 0.26.1 */
2 
3 #ifndef __PYX_HAVE__eventhooks
4 #define __PYX_HAVE__eventhooks
5 
6 
7 #ifndef __PYX_HAVE_API__eventhooks
8 
9 #ifndef __PYX_EXTERN_C
10  #ifdef __cplusplus
11  #define __PYX_EXTERN_C extern "C"
12  #else
13  #define __PYX_EXTERN_C extern
14  #endif
15 #endif
16 
17 #ifndef DL_IMPORT
18  #define DL_IMPORT(_T) _T
19 #endif
20 
22 
23 #endif /* !__PYX_HAVE_API__eventhooks */
24 
25 #if PY_MAJOR_VERSION < 3
26 PyMODINIT_FUNC initeventhooks(void);
27 #else
28 PyMODINIT_FUNC PyInit_eventhooks(void);
29 #endif
30 
31 #endif /* !__PYX_HAVE__eventhooks */
__PYX_EXTERN_C void CyclusEventLoopHook(void)
PyMODINIT_FUNC initeventhooks(void)
#define __PYX_EXTERN_C
Definition: eventhooks.cc.h:13