Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site seismo.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!mo From: mo@seismo.UUCP (Mike O'Dell) Newsgroups: net.micro.mac Subject: Megamax Micro-short ints Message-ID: <2382@seismo.UUCP> Date: Wed, 22-May-85 15:16:26 EDT Article-I.D.: seismo.2382 Posted: Wed May 22 15:16:26 1985 Date-Received: Fri, 24-May-85 01:39:38 EDT Organization: Center for Seismic Studies, Arlington, VA Lines: 10 Keywords: too small shorts I hope the Megamax people get this - the latest draft of the ANSI C Standard makes it very clear - variables declared "short" must be at least 16 bits long There are a lot of other requirements expressed as limits, but essentially, chars must be at least 8 bits, shorts 16 and longs 32 bits in length. I hope Megamax fixes this one glaring lossage in their implementation. -Mike O'Dell