On Wed, May 15, 2013 at 05:52:40PM -0300, James Almer wrote: > Initialize it with UIN32_MAX and xor the result with UINT32_MAX ^^ typo. Apart from that I don't know of UINT32_MAX is available on e.g. VisualC. Personally I'd go with 0xffffffffu In principle it looks good to me though.