Re: How to make binary data portable?



Can all this be avoided using a byte-wise representation? I mean, choosing to write, forcing the representaion:

0xAABBCCDD

as

AA BB CC DD

Is this what glib does?
.