Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!ncar!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: use only short and long (not int) in struct message Message-ID: <41337@nigel.ee.udel.edu> Date: 10 Jan 91 09:41:59 GMT Sender: mmdf@ee.udel.edu Lines: 6 I think the point is: short is at least 16 bit long is at least 32 bit sizeof (short) <= sizeof(int) <= sizeof(long) C.v.W.