multi-file pyx ext non-trivial
[sddekit.git] / python / sddekit.pxd
blobe85c0cf62d5855f0d7a280d334f9e571afe4dbae
1 # copyright 2016 Apache 2 sddekit authors
3 # This file provides the Cython declarations for the Cython implemented
4 # functions and classes wrapping the C library. This is probably what you
5 # what to use.
7 from sddekit_h cimport *
8 cimport numpy as np
10 cdef extern:
11     np.ndarray np_of_ptr(int size, void *ptr, int typenum, int free_on_gc)
12     sd_hfill * hfill_py_new(object fn)
14 # vim: sw=4 et