On Thu, May 02, 2002 at 10:40:31AM +0900, Georgi Georgiev wrote: > Is int always 4 bytes on all systems? int isn't guaranteed to be 4 bytes. If you want a 4 byte wide integer type you should use int32_t or uint32_t. / Fredrik