field width in structs
Simon Burton <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
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.