64 bit architectures and C/C++

Matt Mahoney mvm at jedi.harris-atd.com
Mon Apr 29 23:13:23 AEST 1991


When I need to specify bits, I'm usually forced to make the 
following assumptions:

	char	8 bits
	short	16 bits
	long	32 bits

since this is true on most machines.  Anything else would probably break
a lot of code.

-------------------------------
Matt Mahoney, mvm at epg.harris.com
#include <disclaimer.h>




More information about the Comp.lang.c mailing list