1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
/* Generated by Cython 0.28.2 */
#ifndef __PYX_HAVE__scipy__special__cython_special
#define __PYX_HAVE__scipy__special__cython_special
#ifndef __PYX_HAVE_API__scipy__special__cython_special
#ifndef __PYX_EXTERN_C
#ifdef __cplusplus
#define __PYX_EXTERN_C extern "C"
#else
#define __PYX_EXTERN_C extern
#endif
#endif
#ifndef DL_IMPORT
#define DL_IMPORT(_T) _T
#endif
__PYX_EXTERN_C int wrap_PyUFunc_getfperr(void);
#endif /* !__PYX_HAVE_API__scipy__special__cython_special */
/* WARNING: the interface of the module init function changed in CPython 3.5. */
/* It now returns a PyModuleDef instance instead of a PyModule instance. */
#if PY_MAJOR_VERSION < 3
PyMODINIT_FUNC initcython_special(void);
#else
PyMODINIT_FUNC PyInit_cython_special(void);
#endif
#endif /* !__PYX_HAVE__scipy__special__cython_special */
|