On 5/10/05, Ronald G. Minnich <[email protected]> wrote:
> 
> 
> On Tue, 10 May 2005, boyd, rounin wrote:
> 
> > > what was their choice?
> >
> > long == 64 bits
> > int == 32 bits
> > short == 16 bits
> >
> > i argued:
> >
> > long == 32 bits
> > int == 64 bits
> > short == 16 bits
> 
> IIRC that is what SGI did, correct?
> 

That would violate the C standard.

sizeof (short) <= sizeof(int) <= sizeof(long) <= sizeof(long long).

I doubt anyone did this.

> ron
>

Reply via email to