[Pyrex] how to wrap libraries with nested include files

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Oct 16 01:35:27 UTC 2006


Phil.Cummins at ga.gov.au wrote:
> However, like many .h files I’ve seen, the .h file for my library 
> includes another .h file, and that file includes another .h file, and 
> this chain continues through quite a few .h files. Do I have to re-write 
> them all?

No, you only need to write Pyrex declarations for
types and functions that you are going to refer to
in your Pyrex code.

--
Greg




More information about the Pyrex mailing list