X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: huli_ebtyt AT list DOT ru (Andrey) Newsgroups: comp.os.msdos.djgpp Subject: Re: 16 bit integers Date: 2 Mar 2004 21:42:11 -0800 Organization: http://groups.google.com Lines: 8 Message-ID: References: NNTP-Posting-Host: 212.220.74.136 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078292531 16869 127.0.0.1 (3 Mar 2004 05:42:11 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 3 Mar 2004 05:42:11 +0000 (UTC) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Dave Bloodgood" wrote in message news:... > Use "short"'s instead of Int ( which are really long ). They can be signed > or unsigned, and are guaranteed > to be 16 bits > > Dave thank you for support