Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site hammer.UUCP Path: utzoo!linus!decvax!tektronix!orca!hammer!seifert From: seifert@hammer.UUCP (Snoopy) Newsgroups: net.lang.c Subject: Re: Re: Uses of "short" ? Message-ID: <1549@hammer.UUCP> Date: Mon, 7-Oct-85 15:19:40 EDT Article-I.D.: hammer.1549 Posted: Mon Oct 7 15:19:40 1985 Date-Received: Wed, 9-Oct-85 05:26:43 EDT References: <486@houxh.UUCP> <3400008@ndm20> <2285@sjuvax.UUCP> <1924@brl-tgr.ARPA> Reply-To: seifert@hammer.UUCP (Snoopy) Organization: The Daisy Hill Puppy Farm Lines: 15 Summary: In article <1924@brl-tgr.ARPA> gwyn@brl-tgr.ARPA (Doug Gwyn ) writes: >> 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? For clarity and portability. Snoopy tektronix!tekecs!doghouse.TEK!snoopy