#ifndef __PYX_HAVE__my_prog_cython #define __PYX_HAVE__my_prog_cython #ifndef __PYX_HAVE_API__my_prog_cython #ifndef __PYX_EXTERN_C #ifdef __cplusplus #define __PYX_EXTERN_C extern "C" #else #define __PYX_EXTERN_C extern #endif #endif __PYX_EXTERN_C DL_IMPORT(void) cythonFunction(int); #endif /* !__PYX_HAVE_API__my_prog_cython */ #if PY_MAJOR_VERSION < 3 PyMODINIT_FUNC initmy_prog_cython(void); #else PyMODINIT_FUNC PyInit_my_prog_cython(void); #endif #endif /* !__PYX_HAVE__my_prog_cython */