Closed GoogleCodeExporter closed 9 years ago
Never mind... I actually missed the fact that you can define int32, sint32 AND
uint32 as well.. meh
Original comment by tim@mylemans.com
on 8 May 2011 at 11:39
As per comment 1, uint32 is the correct marker for unsigned. sint32 and int32
both refer to signed data - the difference being that sint32 is *more
efficient* (than int32) when dealing with negative values.
Original comment by marc.gravell
on 9 May 2011 at 6:15
Original issue reported on code.google.com by
tim@mylemans.com
on 8 May 2011 at 11:38