[Pyrex] field width in structs

Simon Burton simon at arrowtheory.com
Wed Mar 12 18:49:03 CET 2008


Is it possible to define a struct with bitfield members:

cdef struct foo:
	int bar : 2

?

(i know this is not necessary for externally defined structs)

Simon.



More information about the Pyrex mailing list