cy_cxxtest.h (716B)
1 /* Generated by Cython 0.29 */ 2 3 #ifndef __PYX_HAVE__cy_cxxtest 4 #define __PYX_HAVE__cy_cxxtest 5 6 7 #ifndef __PYX_HAVE_API__cy_cxxtest 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 21 __PYX_EXTERN_C void cy_hello(void); 22 23 #endif /* !__PYX_HAVE_API__cy_cxxtest */ 24 25 /* WARNING: the interface of the module init function changed in CPython 3.5. */ 26 /* It now returns a PyModuleDef instance instead of a PyModule instance. */ 27 28 #if PY_MAJOR_VERSION < 3 29 PyMODINIT_FUNC initcy_cxxtest(void); 30 #else 31 PyMODINIT_FUNC PyInit_cy_cxxtest(void); 32 #endif 33 34 #endif /* !__PYX_HAVE__cy_cxxtest */