Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!ginosko!usc!srhqla!nrcvax!kosman!kevin From: kevin@kosman.UUCP (Kevin O'Gorman) Newsgroups: comp.sys.ibm.pc Subject: Re: 32 bit C Comps and Long Message-ID: <1000@kosman.UUCP> Date: 21 Oct 89 15:47:23 GMT References: <1224@utkcs2.cs.utk.edu> Reply-To: kevin@kosman.UUCP (Root) Organization: K.O.'s Manor - Vital Computer Systems, Oxnard, CA 93035 Lines: 13 In article <1224@utkcs2.cs.utk.edu> wozniak@utkux1.utk.edu (Bryon Lape) writes: > > [ sarcasm and arithmetic deleted ] > >Someone asked about a C compiler that supported 32bit ints of 386 >machine. They answer as I see it is yes, they all do. I think you're missing an important distinction. It may be true that all compilers support *long* ints of that size, but not all of them use 32 bits for plain ints. K&R does not require this, after all. It may be that all compilers use 32 bits for ints, but I don't know and I don't try to keep all compilers running here.