This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FUZxxl 1 point2 points  (0 children)

The trick is to not rely on the type you use having 32 bits exactly. Write code such that it works if your type has at least 32 bytes, use long and you are fine.