On Fri, Sep 11, 2009 at 11:54 AM, Darren Dale <[email protected]> wrote: > Hello, > > I am just learning cython, please bear with me. This is maybe a common > question, but I didn't recognize it in the documentation or the FAQs. > How do you make cython definitions available to external C code? For > example, converting some of numpy's code in numpy/core/src/multiarray > to cython without affecting the C API?
Somehow I overlooked: http://docs.cython.org/docs/external_C_code.html#using-cython-declarations-from-c _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
