[cffi-devel] Bit based structs

7 Feb
2006
7 Feb
'06
5:24 p.m.
Hi all!! Does defcstruct support bit fields? I've been looking the docs and code but found nothing. Supose I need to support a struct like: typedef struct ilovebits { int one:1; int two:1; int three:1; int four:1; int rest:4; } lovely; What should I do? Regards, rogersm.
7032
Age (days ago)
7032
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roger Sen Montero