semi OT: 64-bit-clean code

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Wed Jan 7 16:57:20 PST 2009


> 	Is there a good guide anywhere to writing 64-bit-clean code?

simply use sizeof() not assumptions

nothing else.

too - don't assume big/little endian system.

actually it's VERY simple.


More information about the freebsd-questions mailing list