Closed sloretz closed 6 years ago
Previously article mapped uint64 to unsigned long which is synonymous with unsigned int.
unsigned long
unsigned int
The (u)int32 types should also be changed to (unsigned) long.
(u)int32
(unsigned) long
3b9f617
Previously article mapped uint64 to
unsigned long
which is synonymous withunsigned int
.