[Pyrex] Declerations

Simon Burton simon at arrowtheory.com
Fri Jun 4 18:49:38 CEST 2004


On Fri, 04 Jun 2004 16:50:29 +1000
Tom Kobialka <u3356514 at anu.edu.au> wrote:

> Hi guys,
> 
>   I have this little scenario:
> 
> 
> cdef extern from "FrIO.h":
> 	long FRLONG

should be 
  ctypedef long FRLONG 
?

> 	unsigned long long FRULONG
> 
> 
> cdef extern from "FrameL.h":
> 	ctypedef struct FrSH:   # hold info for this type of struct
> 		FRLONG nBytes     # total number of bytes
>

Simon. 

-- 
Simon Burton, B.Sc.
Licensed PO Box 8066
ANU Canberra 2601
Australia
Ph. 61 02 6249 6940
http://arrowtheory.com 




More information about the Pyrex mailing list