Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!qantel!dual!lll-crg!seismo!brl-tgr!gwyn From: gwyn@brl-tgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: Re: Uses of "short" ? Message-ID: <1924@brl-tgr.ARPA> Date: Sat, 5-Oct-85 22:03:50 EDT Article-I.D.: brl-tgr.1924 Posted: Sat Oct 5 22:03:50 1985 Date-Received: Mon, 7-Oct-85 05:43:56 EDT References: <486@houxh.UUCP> <3400008@ndm20> <2285@sjuvax.UUCP> Organization: Ballistic Research Lab Lines: 9 > I am inclined to prefer the use of int16, int32, int64, int8, char. int16 => short int32 => long int64 => not a primitive data type on all implementations int8 => signed char char => char Why add more symbols when you already have what is needed in the language?