File: cython_special.h

package info (click to toggle)
python-scipy 1.1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 93,828 kB
  • sloc: python: 156,854; ansic: 82,925; fortran: 80,777; cpp: 7,505; makefile: 427; sh: 294
file content (34 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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 */