Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Contiguous Arrays Message-ID: <9683@smoke.BRL.MIL> Date: 22 Feb 89 22:09:30 GMT References: <2508@ssc-vax.UUCP> <8943@alice.UUCP> <830@atanasoff.cs.iastate.edu> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 5 In article <830@atanasoff.cs.iastate.edu> hascall@atanasoff.cs.iastate.edu (John Hascall) writes: > Assume int's are (say) 2 bytes. Assume further that your > machine is stupid, and all accesses must be on an 8-byte boundary. Then sizeof(int) must be 8, not 2.