[Pyrex] Newbie question
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Jul 1 03:38:12 CEST 2005
Simon Burton wrote:
> Yes. "cdef" functions in your pyrex code are regular c functions.
> However, you may need to write a ".h" file for these (pyrex does not).
You can get Pyrex to generate a .h for you by declaring
the function 'public'. See the Public Declarations
section of the Language Overview.
--
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg.ewing at canterbury.ac.nz +--------------------------------------+
More information about the Pyrex
mailing list