Darren, > 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?
that's here: http://docs.cython.org/docs/external_C_code.html#using-cython-declarations- from-c hth, sebastien. -- ######################################### # Dr. Sebastien Binet # Laboratoire de l'Accelerateur Lineaire # Universite Paris-Sud XI # Batiment 200 # 91898 Orsay ######################################### _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
