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