Byte ordering
Brought to you by:
theller
I need to access data structures which are in
big-endian format. I would like to be able to declare
and use Structures which manage this automaticaly. A
keyword could say the structure contains big-endian
data. When accessing this structure fields, byte
ordering would be done automaticaly.
Nicolas Pinault
Logged In: YES
user_id=11105
Can we please discuss this request on the ctypes-users list,
I may even have a hack for this?