Re: EndianU32_NtoB
Re: EndianU32_NtoB
- Subject: Re: EndianU32_NtoB
- From: Kyle Sluder <email@hidden>
- Date: Fri, 30 Oct 2009 23:56:26 -0700
On Fri, Oct 30, 2009 at 5:37 PM, Sean McBride <email@hidden> wrote:
> I guess 'platform-independent format' is code for big endian.
Maybe? Maybe not. It's a platform-independent format:
struct CFSwappedFloat32 {
uint32_t v;
};
That doesn't imply anything about the data actually contained therein.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden