Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!apple!amdcad!sun!imagen!atari!portal!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.arch Subject: Re: Endian wars Message-ID: <988@auspex.UUCP> Date: 10 Feb 89 09:00:49 GMT References: <6133@columbia.edu> <186@aucsv.UUCP> <21557@ames.arc.nasa.gov> <9468@cit-vax.Caltech.Edu> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 8 >The SUN's XDR library has already provided us with a common interchange >file format. It probably does not address 64 bit integers. Nope, it does. The datatype names are "hyper" and "unsigned hyper". XDR is big-endian, BTW. (So is the 68K; this may or may not be a coincidence :-).)